Eliseu Amaro
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
9 lines
229 B
Twig
9 lines
229 B
Twig
{% extends 'base.html.twig' %}
|
|
|
|
{% block body %}
|
|
{% block profile_view %}
|
|
{% include 'cards/blocks/profile.html.twig' with { actor: object } %}
|
|
{% endblock profile_view %}
|
|
{{ form(form) }}
|
|
{% endblock body %}
|