11 lines
254 B
HTML
11 lines
254 B
HTML
{% extends 'base.html' %}
|
|
{% from 'bootstrap/form.html' import render_form %}
|
|
|
|
{% block content %}
|
|
<h5> messages
|
|
<small class="float-right">
|
|
<a href="#bottom" title="Go Bottom">↓</a>
|
|
</small>
|
|
</h5>
|
|
{% endblock %}
|