1
0
Fork 0
mirror of https://github.com/codex-team/codex.docs.git synced 2025-07-28 01:29:42 +02:00
codex.docs/views/index.twig

7 lines
112 B
Twig
Raw Normal View History

2018-08-10 19:25:29 +03:00
{% extends 'layout.twig' %}
{% block body %}
<h1>{{title}}</h1>
<p>Welcome to {{title}}</p>
{% endblock %}