2022-02-06 21:37:04 +00:00
|
|
|
{% extends '/collection/notes.html.twig' %}
|
2021-09-17 20:33:02 +01:00
|
|
|
|
2022-02-16 03:01:25 +00:00
|
|
|
{% block title %}
|
|
|
|
{% if page_title is defined %}
|
|
|
|
{{ page_title }}
|
|
|
|
{% endif %}
|
|
|
|
{% endblock %}
|
2021-12-01 21:41:41 +00:00
|
|
|
|
2021-09-17 20:33:02 +01:00
|
|
|
{% block body %}
|
2022-02-16 03:01:25 +00:00
|
|
|
{% include 'cards/blocks/profile.html.twig' with { profile_card_type: 'main' } %}
|
|
|
|
<hr>
|
2021-12-21 14:39:39 +00:00
|
|
|
{{ parent() }}
|
2021-11-26 13:05:23 +00:00
|
|
|
{% endblock body %}
|