colossus/views/index.twig

10 lines
131 B
Twig
Raw Normal View History

2022-11-25 15:46:18 -05:00
{% extends 'layout.twig' %}
{% block title %}Dashboard{% endblock %}
{% block content %}
<p>This is a test.</p>
{% endblock %}