git-svn-id: http://78.47.251.156/svn/dev/sterntours-3@3483 f459cee4-fb09-11de-96c3-f9c5f16c3c76
16 lines
No EOL
300 B
Twig
16 lines
No EOL
300 B
Twig
{% extends get_base_template() %}
|
|
|
|
{% block body %}
|
|
|
|
|
|
|
|
{% include 'default/pages/cms/components/ssSudan.html.twig' %}
|
|
|
|
|
|
<div class="content-pane">
|
|
<section class="clearfix">
|
|
{{ page.content|raw|keywords|lozad }}
|
|
</section>
|
|
</div>
|
|
|
|
{% endblock %} |