11 lines
218 B
Twig
11 lines
218 B
Twig
<div class="page">
|
|
{{ bc([
|
|
{url: '/tbc/', text: "tzo"|lang},
|
|
{text: title}
|
|
]) }}
|
|
|
|
<div class="blog-post-text tzo-text">
|
|
<div class="tzo-nav">{{ nav_html|raw }}</div>
|
|
{{ html|raw }}
|
|
</div>
|
|
</div> |