Files
edlp_d8/web/themes/custom/edlptheme/templates/content/edlp-ajax--node--default.html.twig
T
bachir 9da6cf9927 reinstalled all contribs with composer
need to run :
drush ev 'drupal_flush_all_caches();'
drush cr
and restart nginx and php-fpm before loading the website
2019-04-30 19:27:47 +02:00

17 lines
377 B
Twig

<div class="col small-col-12 med-col-6 large-col-5">
<div class="wrapper">
{#<div class="os-scroll">#}
{{ content }}
{#</div>#}
</div>
</div>
{% if aside %}
<div class="col small-col-12 med-col-4 large-col-3 aside float-right">
<div class="wrapper">
{#<div class="os-scroll">#}
{{ aside }}
{#</div>#}
</div>
</div>
{% endif %}