mirror of
https://github.com/zyllian/webdog.git
synced 2025-05-10 02:26:42 -07:00
update templates to inherit themselves instead of manually doing it
This commit is contained in:
parent
32965f0cff
commit
b1e7529efc
6 changed files with 37 additions and 55 deletions
|
@ -1,3 +1,5 @@
|
|||
{% extends "base.tera" %}
|
||||
{% block content %}
|
||||
{% if tag %}
|
||||
<h1>blog posts tagged {{tag}}</h1>
|
||||
<p><a href="/blog/">View all blog posts</a></p>
|
||||
|
@ -22,3 +24,4 @@
|
|||
</div>
|
||||
{% endfor %}
|
||||
</div>
|
||||
{% endblock content %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue