mirror of
https://github.com/torproject/community.git
synced 2024-11-27 03:30:33 +00:00
10 lines
344 B
HTML
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>
|