|
@ -8,20 +8,24 @@ |
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0"> |
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0"> |
|
|
<link rel="icon" type=image/svg+xml href="/assets/img/Logo.svg"> |
|
|
<link rel="icon" type=image/svg+xml href="/assets/img/Logo.svg"> |
|
|
|
|
|
<link rel="shortcut icon" href="#"> |
|
|
<link rel="stylesheet" href="/assets/css/base.css" /> |
|
|
<link rel="stylesheet" href="/assets/css/base.css" /> |
|
|
<link rel="stylesheet" href="/assets/css/nav.css" /> |
|
|
<link rel="stylesheet" href="/assets/css/nav.css" /> |
|
|
|
|
|
<link rel="stylesheet" href="/assets/css/footer.css" /> |
|
|
<title>Cannabinieri</title> |
|
|
<title>Cannabinieri</title> |
|
|
{% endblock %} |
|
|
{% endblock %} |
|
|
</head> |
|
|
</head> |
|
|
<body> |
|
|
<body> |
|
|
<div id="nav"> |
|
|
|
|
|
{% include "nav.html" %} |
|
|
|
|
|
</div> |
|
|
|
|
|
<div id="content"> |
|
|
|
|
|
{% block content %}{% endblock %} |
|
|
|
|
|
</div> |
|
|
|
|
|
<div id="footer"> |
|
|
|
|
|
{% include "footer.html" %} |
|
|
|
|
|
|
|
|
<div class="wrapper"> |
|
|
|
|
|
<div id="nav"> |
|
|
|
|
|
{% include "nav.html" %} |
|
|
|
|
|
</div> |
|
|
|
|
|
<div id="content"> |
|
|
|
|
|
{% block content %}{% endblock %} |
|
|
|
|
|
</div> |
|
|
|
|
|
<div id="footer"> |
|
|
|
|
|
{% include "footer.html" %} |
|
|
|
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</body> |
|
|
</body> |
|
|
</html> |
|
|
</html> |