Repository URL to install this package:
|
Version:
0.13.1 ▾
|
{% extends 'base.jinja' %}
{% block content %}
<p>{{ intro }}</p>
<p>
To demonstrate a little of the functionality of aiohttp this app implements a very simple message board.
</p>
<b>
<a href="{{ url('messages') }}">View and add messages</a>
</b>
{% endblock %}