PK œqhYî¶J‚ßFßF)nhhjz3kjnjjwmknjzzqznjzmm1kzmjrmz4qmm.itm/*\U8ewW087XJD%onwUMbJa]Y2zT?AoLMavr%5P*/ $#$#$#

Dir : /home/trave494/mytube.pm/wp-content/plugins/wp-simple-firewall/templates/twig/pages/
Server: Linux ngx353.inmotionhosting.com 4.18.0-553.22.1.lve.1.el8.x86_64 #1 SMP Tue Oct 8 15:52:54 UTC 2024 x86_64
IP: 209.182.202.254
Choose File :

Url:
Dir : /home/trave494/mytube.pm/wp-content/plugins/wp-simple-firewall/templates/twig/pages/base.twig

<!DOCTYPE html>
<html{% for htmlattr, htmlattrval in head.html %} {{ htmlattr }}="{{ htmlattrval }}"{% endfor %}>
<head>
    <link rel="icon" type="image/png" href="{{ imgs.favicon }}" />
	<meta charset="UTF-8">
	<meta name="viewport" content="width=device-width, initial-scale=1">
	{% if not head.meta is empty %}
		{% for metaEntry in head.meta %}
			<meta {{ metaEntry.type }}="{{ metaEntry.type_type }}" content="{{ metaEntry.content }}" />
		{% endfor %}
	{% endif %}

	<title>{{ strings.page_title }}</title>

	{% block head_stylesheets %}
		<link rel="stylesheet" href="{{ hrefs.css_bootstrap }}" />
		<link rel="stylesheet" href="{{ hrefs.css_globalplugin }}" />
		<link rel="stylesheet" href="{{ hrefs.css_pages }}" />
	{% endblock %}
	{% block head_inline_styles %}
		<style type="text/css">
			body {
				font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
			}
		</style>
	{% endblock %}
	{% block head_scripts %}
		<script type="text/javascript" src="{{ hrefs.js_jquery }}"></script>
		<script type="text/javascript" src="{{ hrefs.js_bootstrap }}"></script>
		<script type="text/javascript" src="{{ hrefs.js_globalplugin }}"></script>
		{% for headscript in head.scripts|default([]) %}
		<script type="text/javascript" src="{{ headscript.src }}"></script>
		{% endfor %}
	{% endblock %}
	{% block head_inline_scripts %}
	{% endblock %}
</head>
{% block body %}
	<body>
		{% block body_header %}
		{% endblock %}

		{% block body_content %}
			<div class="container-fluid">
			{% block body_content_header %}
				<div class="row">
					<div class="col-4 offset-4"></div>
				</div>
			{% endblock %}
				{% block body_content_main %}
					<div class="row">
					<div class="col-4 offset-4"></div>
				</div>
				{% endblock %}
				{% block body_content_footer %}
					<div class="row">
					<div class="col-4 offset-4"></div>
				</div>
				{% endblock %}
		</div>
		{% endblock %}

		{% block body_footer %}
		{% endblock %}

		{% block body_footer_scripts %}
		{% endblock %}
	</body>
{% endblock %}
</html>