mirror of
https://github.com/fergalmoran/dss.git
synced 2026-01-08 09:55:05 +00:00
10 lines
152 B
HTML
10 lines
152 B
HTML
{% extends 'base.html' %}
|
|
{% block footerscripts %}
|
|
{% endblock %}
|
|
|
|
{% block content %}
|
|
|
|
{% endblock %}
|
|
|
|
{% block sidecontent %}
|
|
{% endblock %} |