2
0
mirror of https://github.com/jfmcbrayer/brutaldon synced 2025-01-27 14:09:37 +01:00

11 lines
228 B
HTML
Raw Normal View History

2018-04-30 08:58:10 -04: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 %}