forked from deepStateMirrors/tabi
♻️ refactor: improve spacing and indentation
This commit is contained in:
parent
4b18391c18
commit
dceceff5fd
11 changed files with 35 additions and 16 deletions
|
|
@ -1,4 +1,5 @@
|
|||
{% macro paginate() %}
|
||||
|
||||
{% if paginator %}
|
||||
<ul class="pagination">
|
||||
{% if paginator.previous %}
|
||||
|
|
@ -26,4 +27,5 @@
|
|||
{% endif %}
|
||||
</ul>
|
||||
{% endif %}
|
||||
|
||||
{% endmacro paginate %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue