mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-14 13:33:14 +00:00
23 lines
429 B
Twig
23 lines
429 B
Twig
{% extends "common/index_bootstrap.html.twig" %}
|
|
|
|
{% set module = "terms" %}
|
|
|
|
{% block stylesheet %}
|
|
<style type="text/css">
|
|
#mainMenu{
|
|
background-color: #404040;
|
|
}
|
|
|
|
p {
|
|
margin:15px;
|
|
}
|
|
</style>
|
|
{% endblock %}
|
|
|
|
|
|
{% block content %}
|
|
<div style="width:80%; margin:0 auto; text-align: justify">
|
|
{% block tou %}{% endblock %}
|
|
</div>
|
|
{% endblock %}
|
|
|