Abstract article html up to base
This commit is contained in:
@@ -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 %}
|
||||
|
||||
|
Reference in New Issue
Block a user