2021-08-29 05:23:25 +09:00
|
|
|
<div class="panel panel-left">
|
2021-09-07 23:59:19 +09:00
|
|
|
<input type="checkbox" id="panel-left-toggle" aria-hidden="true" tabindex="-1">
|
|
|
|
<label id="panel-left-icon" for="panel-left-toggle" aria-hidden="true" tabindex="-1">{{ icon('menu', 'icon icon-left') | raw }}</label>
|
2021-07-24 03:28:11 +09:00
|
|
|
|
2021-09-07 23:59:19 +09:00
|
|
|
<a id="anchor-left-panel" class="anchor-hidden" title="{{ 'Press tab to access selected region!' | trans }}"></a>
|
2021-09-09 01:27:28 +09:00
|
|
|
<aside class="panel-content accessibility-target">
|
2021-08-31 05:01:32 +09:00
|
|
|
{% if app.user %}
|
2021-09-17 00:27:28 +09:00
|
|
|
<section class='section-widget section-widget-padded' title="{{ 'Your profile information.' | trans }}">
|
2021-09-22 22:10:36 +09:00
|
|
|
{% block profile_view %}{% include 'cards/profile/view.html.twig' with { actor: current_actor } %}{% endblock profile_view %}
|
2021-09-23 22:46:04 +09:00
|
|
|
{{ block("profile_current_actor", "cards/navigation/view.html.twig") }}
|
2021-09-17 00:27:28 +09:00
|
|
|
{% else %}
|
2021-09-23 22:46:04 +09:00
|
|
|
{{ block("profile_security", "cards/navigation/view.html.twig") }}
|
2021-09-17 00:27:28 +09:00
|
|
|
{% endif %}
|
|
|
|
</section>
|
2021-07-25 02:16:27 +09:00
|
|
|
|
2021-09-23 22:46:04 +09:00
|
|
|
{{ block("timeline", "cards/navigation/view.html.twig") }}
|
2021-09-07 23:59:19 +09:00
|
|
|
|
2021-09-23 22:46:04 +09:00
|
|
|
{{ block("footer", "cards/navigation/view.html.twig") }}
|
2021-08-29 05:23:25 +09:00
|
|
|
</aside>
|
|
|
|
</div>
|