sarmentine/templates/index.html

16 lines
459 B
HTML

{% extends "base.html" %}
{% block content %}
<div class="site-title">sarmentine</div>
<div class="site-subtitle">:: who was that? ::</div>
<hr class="divider">
<div style="font-family:'Silkscreen',monospace; font-size:11px; color:#d4879c; margin-bottom:8px; text-transform:uppercase;">recent threads</div>
<div class="post">
<div class="post-title">nothing here yet...</div>
<div class="post-body">be the first to post :3</div>
</div>
{% endblock %}