mirror of
https://github.com/jlengrand/twitterboard.git
synced 2026-03-10 08:51:22 +00:00
NExt steps: - List all currently tracked hashtags on main page - Add icon to remove those hashtags next to them.
6 lines
82 B
HTML
6 lines
82 B
HTML
{% extends "layout.html" %}
|
|
{% block restbody %}
|
|
<p>
|
|
Nothing
|
|
</p>
|
|
{% endblock %} |