tpo/templates/jumbotron.html
2018-11-21 15:53:50 +01:00

6 lines
116 B
HTML

{% extends "layout.html" %}
{% block body %}
{% include 'topics.html' %}
{{ this.body }}
{% endblock %}