Bassic stylesheet

This commit is contained in:
2022-02-10 22:37:51 +01:00
parent 4dafd4cbfc
commit eabf4c1f5b
2 changed files with 63 additions and 14 deletions

View File

@@ -4,7 +4,7 @@
<title>{% block title %}Welcome{% endblock %} — PodcastLektor</title>
<body>
<header>
<h1>PodcastLektor</h1>
<h1>Podcast</h1>
<nav>
<ul class="nav navbar-nav">
<li{% if this._path == '/' %} class="active"{% endif
@@ -18,10 +18,15 @@
%}><a href="{{ href|url }}">{{ title }}</a></li>
{% endfor %}
</ul>
</nav>
</nav>
</header>
<div class="page">
<div id="flex">
<main>
{% block body %}{% endblock %}
</main>
<aside>
{% block aside %}<h1>Widgets</h1>{% endblock %}
</aside>
</div>
<footer>
&copy; Copyright 2022 by Homer S..