templates/shared/website/base.html.twig line 1
<!DOCTYPE html><head><script async src="https://www.googletagmanager.com/gtag/js?id=G-1PXR2Z9J5Z"></script><script>window.dataLayer = window.dataLayer || [];function gtag(){dataLayer.push(arguments);}gtag('js', new Date());gtag('config', 'G-1PXR2Z9J5Z');</script><meta property="og:title" content="Your Portal To All Things GI" /><meta property="og:description" content="Is Your Hospital Ready for a Permanent GI Staffing Solution?" /><meta property="og:url" content="https://www.westaffgi.com/" />{% block preview_image %}<meta property="og:image" content="https://westaffgi.com/website/img/sphere.webp" />{% endblock %}<title>We Staff GI</title><meta charset="utf-8"><meta name="description" content=""><meta name="viewport" content="width=device-width, initial-scale=1"><link rel="icon" type="image/x-icon" href="{{ asset('website/img/favicon.ico') }}"><link rel="stylesheet" href="{{ asset('website/css/bootstrap.min.css') }}"><link rel="stylesheet" href="{{ asset('website/css/main.css') }}"><link rel="stylesheet" href="{{ asset('website/css/custom.css') }}"><link rel="stylesheet" href="{{ asset('website/css/animations.css') }}"><link rel="stylesheet" href="{{ asset('website/css/fonts.css') }}"><link href=" https://cdn.jsdelivr.net/npm/typeface-noto-sans@1.1.13/index.min.css " rel="stylesheet">{% block css %}{% endblock %}<script src="{{ asset('website/js/vendor/modernizr-2.6.2.min.js') }}"></script></head><body><div class="preloader"><div class="preloader_image"></div></div>{% include 'shared/website/header.html.twig' %}{% block content %}{% endblock %}{% include 'shared/website/footer.html.twig' %}<script src="{{ asset('website/js/compressed.js') }}"></script><script src="{{ asset('website/js/main.js') }}"></script></body></html>