b3d582f665
[TWIG] Cards are now divided into blocks and macros, additional macros done, attachments page no longer inside cards directory [CARDS][Navigation] Now using macros to create section, details, and nav elements
12 lines
297 B
Twig
12 lines
297 B
Twig
{% extends '/collection/notes.html.twig' %}
|
|
|
|
{% block title %}{% trans %}%nickname%'s profile{% endtrans %}{% endblock %}
|
|
|
|
{% block body %}
|
|
{% block profile_view %}
|
|
{% include '/cards/blocks/profile.html.twig' %}
|
|
{% endblock profile_view %}
|
|
|
|
{{ parent() }}
|
|
{% endblock body %}
|