add pagination titles

This commit is contained in:
ghost 2024-02-13 01:45:24 +02:00
parent 3429324188
commit 19e7b372d4
2 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,5 @@
{% extends 'default/layout.html.twig' %}
{% block title %}{% if request.get('part') > 1 %}{{ 'Part' | trans | upper }} {{ request.get('part') }} - {% endif %}{{ app.name }}{% endblock %}
{% block body %}
<div class="t-center px-16 pt-54">
<div class="mx-a mw-560 px-16">

View File

@ -1,5 +1,5 @@
{% extends 'default/layout.html.twig' %}
{% block title %}{% if title %}{{ title }} - {% endif %}{{ app.name }}{% endblock %}
{% block title %}{% if title %}{{ title }} - {% endif %}{% if request.get('part') > 1 %}{{ 'Part' | trans | upper }} {{ request.get('part') }} - {% endif %}{{ app.name }}{% endblock %}
{% block body %}
<div class="t-center px-16 pt-54">
<div class="mx-a mw-560 px-16">