{% load ninecms_extras %}
{% comment %}
Block template for static content
Author: George Karakostas
Copyright: Copyright 2015, George Karakostas
Licence: BSD-3
Email: gkarak@9-dev.com
{% endcomment %}
{{ node.body|safe }}
{% if node.image_set.all %}
{% for img in node.image_set.all %}
{% endfor %}
{% endif %}
{# Attention: it is recommended that this is disabled and added on particular templates only (causes db hit) #}
{% if node.video_set.all %}
{% endif %}