Updates
This commit is contained in:
Executable → Regular
+5
-1
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user