Abstract article html up to base

This commit is contained in:
2023-04-21 23:55:10 -06:00
parent c0acfb8836
commit 6dfa58c66c
6 changed files with 107 additions and 122 deletions

View File

@@ -3,21 +3,16 @@
<title>Creations | t0.vc</title>
{% endblock %}
{% block style %}
{% endblock %}
{% block content %}
<pre style=font:unset>
<a href="/">Home | t0.vc</a>
<h1>Creations</h1>
Creations
=========
Sometimes I create art or interactive tech.
<p>Sometimes I create art or interactive tech.</p>
{% for article in articles if article.category.name == 'Creations' %}
<a href="/{{ article.url }}">{{ article.title }}</a>
{{ article.summary | striptags }}
<p>
<a href="/{{ article.url }}">{{ article.title }}</a><br/>
{{ article.summary | striptags }}
</p>
{% endfor %}