Bassic stylesheet
This commit is contained in:
@@ -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>
|
||||
© Copyright 2022 by Homer S..
|
||||
|
||||
Reference in New Issue
Block a user