mirror of
https://github.com/jneug/zeichenmaschine.git
synced 2026-04-14 06:33:34 +02:00
8 lines
140 B
HTML
8 lines
140 B
HTML
{% extends "base.html" %}
|
|
|
|
{% block tabs %}
|
|
{{ super() }}
|
|
{% endblock %}
|
|
{% block content %}{% endblock %}
|
|
{% block footer %}{% endblock %}
|