templates/base.html.twig line 1
<!DOCTYPE html><html><head><meta charset="UTF-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><title>{% block title %}Welcome!{% endblock %}</title><meta name="title" content="Welcome to ONLD UK : ONLD UK serves as RSP Nepal's official overseas department based in the United Kingdom." /><meta name="description" content="Overseas Nepalese Liaison Department(ONLD) UK was formed in May 2023 as a conjoined organization of Nepalese residing in the UK who have hope, faith and trust towards the objectives of the National Independent Party (Rastriya Swatantra Party-RSP) of Nepal." /><!-- Open Graph / Facebook --><meta property="og:type" content="website" /><meta property="og:url" content="https://onld.co.uk/" /><meta property="og:title" content="Welcome to ONLD UK : ONLD UK serves as RSP Nepal's official overseas department based in the United Kingdom." /><meta property="og:description" content="Overseas Nepalese Liaison Department(ONLD) UK was formed in May 2023 as a conjoined organization of Nepalese residing in the UK who have hope, faith and trust towards the objectives of the National Independent Party (Rastriya Swatantra Party-RSP) of Nepal." /><meta property="og:image" content="https://onld.co.uk/images/banner_image.jpg" /><!-- Twitter --><meta property="twitter:card" content="summary_large_image" /><meta property="twitter:url" content="https://onld.co.uk/" /><meta property="twitter:title" content="Welcome to ONLD UK : ONLD UK serves as RSP Nepal's official overseas department based in the United Kingdom." /><meta property="twitter:description" content="Overseas Nepalese Liaison Department(ONLD) UK was formed in May 2023 as a conjoined organization of Nepalese residing in the UK who have hope, faith and trust towards the objectives of the National Independent Party (Rastriya Swatantra Party-RSP) of Nepal." /><meta property="twitter:image" content="https://onld.co.uk/images/banner_image.jpg" /><!-- Meta Tags Generated with https://metatags.io --><link rel="icon" href="/images/logo.svg">{# Run `composer require symfony/webpack-encore-bundle` to start using Symfony UX #}{% block stylesheets %}{{ encore_entry_link_tags('app') }}{% endblock %}{% block javascripts %}{{ encore_entry_script_tags('app') }}{% endblock %}</head><body>{% import 'macros/toast.html.twig' as toast %}<div class="backdrop xl:hidden hidden fixed inset-0 bg-neutral-900/80 backdrop-blur z-20"></div>{% include 'header.html.twig' %} <!-- header -->{% for success in app.flashes('success') %}{{ toast.displayToast('success', success, 3000) }}{% endfor %}{% for notice in app.flashes('notice') %}{{ toast.displayToast('info', notice, 3000) }}{% endfor %}{% for error in app.flashes('error') %}{{ toast.displayToast('warning', error, 3000) }}{% endfor %}<div class="w-full pt-16">{% if is_granted('IS_IMPERSONATOR') %}<div class="bg-yellow-300 p-4 flex flex-wrap justify-between"><div>Logged in as: [{{ app.user.firstName }}] [{{ app.user.id }}] [{{ app.user.email }}]</div><div class="pt-2"><a href="{{ impersonation_exit_path('/admin/user') }}" class="lg:inlinehiddenbg-red-500hover:bg-transparentborderborder-red-700transition-allduration-300py-2px-5rounded-fulltext-basefont-semiboldleading-6text-whitehover:text-red-400lg:w-autow-fulltext-centerlg:mr-5">Exit Impersonation </a></div></div>{% endif %}{% block body %}{% endblock %}</div>{% include 'footer.html.twig' %}</body></html>