generated from hjess/PythonTemplateProject
Some checks failed
Build, Push, and Deploy to Nomad / docker-nomad (push) Has been cancelled
48 lines
1.5 KiB
HTML
48 lines
1.5 KiB
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<head>
|
|
<title>{% block title %}PortugalFAQ{% endblock %}</title>
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
|
|
<link rel="stylesheet" href="{{ url_for('static', path='css/main.css') }}" />
|
|
</head>
|
|
<body class="is-preload">
|
|
<!-- Wrapper -->
|
|
<div id="wrapper">
|
|
<!-- Main -->
|
|
<div id="main">
|
|
<div class="inner">
|
|
<!-- Header -->
|
|
<header id="header">
|
|
<a href="/" class="logo">
|
|
<strong>{{ page_title }}</strong> af {{ author }}
|
|
</a>
|
|
</header>
|
|
|
|
<!-- Content -->
|
|
{% block content %}{% endblock %}
|
|
</div>
|
|
</div>
|
|
|
|
<!-- Sidebar -->
|
|
<div id="sidebar">
|
|
<div class="inner">
|
|
{% include 'navigation.html' %}
|
|
<!-- Footer -->
|
|
<footer id="footer">
|
|
<p class="copyright">
|
|
© Henriks lille hjørne: <a href="https://lifefaq.i80.dk">LifeFAQ</a>
|
|
</p>
|
|
</footer>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<!-- Scripts -->
|
|
<script src="{{ url_for('static', path='js/jquery.min.js') }}"></script>
|
|
<script src="{{ url_for('static', path='js/browser.min.js') }}"></script>
|
|
<script src="{{ url_for('static', path='js/breakpoints.min.js') }}"></script>
|
|
<script src="{{ url_for('static', path='js/util.js') }}"></script>
|
|
<script src="{{ url_for('static', path='js/main.js') }}"></script>
|
|
</body>
|
|
</html> |