You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
403 B
15 lines
403 B
{% set bodyClass = 'main-np' %}
|
|
|
|
{% extends 'layout.twig' %}
|
|
|
|
{% block content %}
|
|
<div class="body-wrap">
|
|
<main class="wrapper" style="padding-top: 0;">
|
|
<section class="policy-home">
|
|
<div class="container">
|
|
{{ post.content }} <!-- Вывод контента из WordPress -->
|
|
</div>
|
|
</section>
|
|
</main>
|
|
</div>
|
|
{% endblock %} |