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