shooflenet/articles/auriga.template.html

9 lines
201 B
HTML

{% extends "articles/article.template.html" %}
{% block title -%}
How should this website be laid out?
{%- endblock %}
{% block body -%}
{%- include "articles/auriga.article.html" -%}
{%- endblock %}