Files
twitterboard/twiderboard/templates/about.html
Julien Lengrand-Lambert 2e8a425cb7 Structures the html templates a bit more and adds categories in the page.
NExt steps:
- List all currently tracked hashtags on main page
- Add icon to remove those hashtags next to them.
2013-02-17 18:15:48 +01:00

6 lines
82 B
HTML

{% extends "layout.html" %}
{% block restbody %}
<p>
Nothing
</p>
{% endblock %}