mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-09-03 03:10:47 +00:00
17 lines
212 B
HTML
Executable File
17 lines
212 B
HTML
Executable File
{% include header.html %}
|
|
|
|
{% if page.hero %}
|
|
{% include hero.html %}
|
|
{% endif %}
|
|
|
|
<section class='content'>
|
|
<div class='width'>
|
|
<article>
|
|
|
|
{{ content }}
|
|
|
|
</article>
|
|
</div>
|
|
</section>
|
|
{% include footer.html %}
|