{% extends "base.html" %} {% block title %}{{ article.title|striptags }} | Solarpunk City{% endblock %} {% block head %} {{ super() }} {% if article.date %} {% endif %} {% if article.summary %} {% endif %} {% if article.category %} {% endif %} {% for tag in article.tags %} {% endfor %} {% endblock %} {% block content %}

{{ article.title }}

{{ article.summary }}

{{ article.content }}
{% endblock %}