mirror of
https://github.com/codex-team/codex.docs.git
synced 2025-07-28 01:29:42 +02:00
7 lines
112 B
Twig
7 lines
112 B
Twig
|
{% extends 'layout.twig' %}
|
||
|
|
||
|
{% block body %}
|
||
|
<h1>{{title}}</h1>
|
||
|
<p>Welcome to {{title}}</p>
|
||
|
{% endblock %}
|