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