This repository has been archived on 2024-06-26. You can view files and clone it, but cannot push or open issues or pull requests.
sakura/resources/views/yuuno/info/terms.twig

9 lines
150 B
Twig
Raw Normal View History

2016-07-31 01:32:37 +00:00
{% extends 'info/master.twig' %}
{% set title = 'Terms of Service' %}
{% block info %}
<h1>Terms of Service</h1>
<p>test</p>
{% endblock %}