brutaldon-interfaccia-web-m.../brutaldon/templates/main/post.html

11 lines
228 B
HTML
Raw Normal View History

2018-04-30 14:58:10 +02:00
{% extends "base.html" %}
{% block title %} Brutaldon - toot {% endblock %}
{% block content %}
<h1 class="title" >Toot!</h1>
<div class="box">
{% include "main/post_partial.html" %}
</div>
{% endblock %}