move some templates into one macro

This commit is contained in:
2025-06-30 16:55:44 +03:00
parent ea5ecc3a9f
commit a95200caf9
4 changed files with 13 additions and 12 deletions

View File

@ -1,4 +1,4 @@
{% from 'common/pager.html' import pager %}
{% from 'common/macros.html' import pager %}
{% extends "base.html" %}
{% block title %}browsing topic {{ topic['name'] }}{% endblock %}
{% block content %}