mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
16 lines
325 B
Twig
16 lines
325 B
Twig
{% block styles %}
|
|
{{ asset_style("visiosoft.module.profile::assets/css/profile-nav.scss") }}
|
|
{% endblock %}
|
|
|
|
<div class="row my-md-5 mx-0 mx-md-3">
|
|
|
|
{% include "visiosoft.module.profile::profile/partials/navigation" %}
|
|
|
|
<div class="col-12 col-md-9">
|
|
|
|
{% block detail %}{% endblock %}
|
|
|
|
</div>
|
|
|
|
</div>
|