home · contact · privacy
Add rump Days module.
[plomtask] / templates / base.html
1 <!DOCTYPE html>
2 <html>
3 <meta charset="UTF-8">
4 <body>
5 {% block content %}
6 {% endblock %}
7 </body>
8 </html>