{{ article.title }}
{{ article.summary }}
{% extends "base.html" %} {% block title %}{{ SITENAME }} - {{ article.title|striptags }}{% endblock %} {% block head %} {{ super() }} {% if article.date %} {% endif %} {% if article.summary %} {% endif %} {% if article.category %} {% endif %} {% for tag in article.tags %} {% endfor %} {% endblock %} {% block info %} Tanner Collin
{% endblock %} {% block content %} {% if article.wide %}