mirror of
https://github.com/kvazar-network/webapp.git
synced 2025-08-26 14:32:00 +00:00
add pagination titles
This commit is contained in:
parent
3429324188
commit
19e7b372d4
@ -1,4 +1,5 @@
|
|||||||
{% extends 'default/layout.html.twig' %}
|
{% extends 'default/layout.html.twig' %}
|
||||||
|
{% block title %}{% if request.get('part') > 1 %}{{ 'Part' | trans | upper }} {{ request.get('part') }} - {% endif %}{{ app.name }}{% endblock %}
|
||||||
{% block body %}
|
{% block body %}
|
||||||
<div class="t-center px-16 pt-54">
|
<div class="t-center px-16 pt-54">
|
||||||
<div class="mx-a mw-560 px-16">
|
<div class="mx-a mw-560 px-16">
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
{% extends 'default/layout.html.twig' %}
|
{% 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 %}
|
{% block body %}
|
||||||
<div class="t-center px-16 pt-54">
|
<div class="t-center px-16 pt-54">
|
||||||
<div class="mx-a mw-560 px-16">
|
<div class="mx-a mw-560 px-16">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user