11 lines
272 B
HTML
11 lines
272 B
HTML
|
<main class="container flex">
|
||
|
<aside class="sidebar">
|
||
|
<h2>{{ i18n "categories" }}</h2>
|
||
|
{{- partial "section-menu.html" (dict "menu" .Site.Sections "currentPage" .Page) -}}
|
||
|
|
||
|
<br>
|
||
|
|
||
|
<h2>{{ i18n "tags" }}</h2>
|
||
|
{{- partial "section-tags.html" . -}}
|
||
|
</aside>
|