2
0
mirror of https://github.com/jfmcbrayer/brutaldon synced 2024-12-25 23:02:33 +01:00
brutaldon-interfaccia-web-m.../brutaldon/templates/main/post.html
2018-04-30 08:58:10 -04:00

11 lines
228 B
HTML

{% 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 %}