This commit is contained in:
2021-07-27 20:49:53 -04:00
parent 3aaf57b04c
commit 26381ccbfb
26 changed files with 60 additions and 180 deletions
Executable → Regular
+5 -1
View File
@@ -1,6 +1,9 @@
{% extends "base.html" %}
{% block content_title %}{% endblock %}
{% block content %}
<div id="wrap" style="width:100%">
<div id="container" style="width:70%">
<div class="entry">
{% if articles %}
<header>
@@ -38,5 +41,6 @@
</div>
{% endif %}
</div>
</div>
{% endblock content %}