openvk/Web/Presenters/templates/About/Index.xml
2022-08-09 13:42:22 +07:00

15 lines
485 B
XML

{extends "../@layout.xml"}
{block title}{_welcome}{/block}
{block header}
{_welcome}
{/block}
{block content}
{presenter "openvk!Support->knowledgeBaseArticle", "about"}
<center>
<a class="button" style="margin-right: 5px;cursor: pointer;" href="/login">{_log_in}</a>
<a class="button" style="cursor: pointer;" href="/reg">{_registration}</a>
</center>
{* TO-DO: Add statistics about this instance as on mastodon.social *}
{/block}