community/templates/print.html
2022-09-01 12:59:38 +00:00

10 lines
344 B
HTML

<html xmlns="http://www.w3.org/1999/xhtml" lang="{{ this.alt }}" {% if bag('alternatives', this.alt, 'direction') == 'text-right' %}dir="rtl"{% endif %}>
<head>
{% include 'meta.html' %}
</head>
<body >
<div class="mx-auto col-12 {{ bag('alternatives', this.alt, 'direction') }}">
{% include this.html %}
</div>
</body>