log in
This commit is contained in:
7
app/templates/topics/topics.html
Normal file
7
app/templates/topics/topics.html
Normal file
@ -0,0 +1,7 @@
|
||||
{% extends "base.html" %}
|
||||
{% block content %}
|
||||
<nav class="darkbg">
|
||||
<h1 class="thread-title">All topics</h1>
|
||||
<span>{{admin.is_default_avatar()}}</span>
|
||||
</nav>
|
||||
{% endblock %}
|
Reference in New Issue
Block a user