diff options
Diffstat (limited to 'app/templates/packages/list.html')
| -rw-r--r-- | app/templates/packages/list.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/app/templates/packages/list.html b/app/templates/packages/list.html index 0ce5c90..53ffac0 100644 --- a/app/templates/packages/list.html +++ b/app/templates/packages/list.html @@ -37,4 +37,12 @@ <li>{{ page }} / {{ page_max }}</li> {% if next_url %}<li><a href="{{ next_url }}">Next</a></li> {% endif %} </ul> + + {% if topics %} + <h2 style="margin-top:2em;">More content from the forums</h2> + + {% from "macros/topics.html" import render_topics %} + {{ render_topics(topics, current_user) }} + {% endif %} + {% endblock %} |
