Files
Phraseanet/templates/web/prod/TOU_base.html.twig
Nicolas Le Goff d3d7986727 Fix CS
2012-10-26 12:20:16 +02:00

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 %}