{% extends 'base.html' %} {% block head %} {% endblock %} {% block body %}
Instructions: Give your article a name and then click on a template (or other article) you would like to use as a starting point for your new article. Have fun!

Templates:

{% for t in templates %}
{{ t.name }}
{% endfor %}

Other Articles:

{% for o in others %}
{{ o.name }}
{% endfor %}
{% endblock %}