mirror of
https://github.com/arsenetar/pelican-red.git
synced 2025-03-10 04:04:36 +00:00
Adds Initial base template and article templates along with the analytics templates and Disqus comments template. Additional template files created with just extends base to act as reminders to finish.
4 lines
63 B
HTML
4 lines
63 B
HTML
{% extends 'base.html' %}
|
|
|
|
{% block content %}
|
|
{% endblock %} |