mirror of
https://github.com/tiyn/beaker-blog.git
synced 2025-11-24 13:29:46 +01:00
initial commit
This commit is contained in:
11
templates/archive.html
Normal file
11
templates/archive.html
Normal file
@@ -0,0 +1,11 @@
|
||||
{% extends 'template.html' %}
|
||||
{% block content %}
|
||||
<div class="container">
|
||||
<div class="blogarchive">
|
||||
<h1>Blog-Archive</h1><br>
|
||||
{% autoescape off %}
|
||||
{{ content_string }}
|
||||
{% endautoescape %}
|
||||
</div>
|
||||
</div>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user