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/privacy.twig

9 lines
146 B
Twig

{% extends 'info/master.twig' %}
{% set title = 'Privacy Policy' %}
{% block info %}
<h1>Privacy Policy</h1>
<p>test</p>
{% endblock %}