KevaChat is distributed chat platform for open, uncensored and privacy respectable communication with permanent data storage in blockchain.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

33 lines
1010 B

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>{% block head_title_content %}{{ 'KevaChat' | trans }}{% endblock %}</title>
<link rel="stylesheet" type="text/css" href="/css/default.css?{{ app.version }}"/>
</head>
<body>
<header>
<strong>
{{ app.name }}
</strong>
<sup>
<a href="https://github.com/kevachat/webapp" target="_blank" title="Source">{{ app.version }}</a>
</sup>
{% block header_module_info %}
{{
render(
controller(
'App\\Controller\\ModuleController::info'
)
)
}}
{% endblock %}
</header>
<main>
{% block main_content %}{% endblock %}
</main>
<footer>
{% block footer_content %}{% endblock %}
</footer>
</body>
</html>