9 lines
150 B
Twig
9 lines
150 B
Twig
|
{% extends 'info/master.twig' %}
|
||
|
|
||
|
{% set title = 'Terms of Service' %}
|
||
|
|
||
|
{% block info %}
|
||
|
<h1>Terms of Service</h1>
|
||
|
<p>test</p>
|
||
|
{% endblock %}
|