{% extends '::baseSiteNota.html.twig' %} {% block body %}
{% if nota %}

{{ nota.titulo }}

{{ nota.bajada }}
{{ nota.autor }} - {{ nota.fecha[:10] }}
{# REDES SOCIALES #}
{# FACEBOOK #} {# FACEBOOK #} {# TWITTER #} {# TWITTER #}
{# REDES SOCIALES #}
{{ nota.primerParrafo }}
{% if nota.parrafoAmarillo %}
{{ nota.parrafoAmarillo }}
{% endif %} {% if nota.youtubeLink %}
{% endif %} {% if nota.segundoParrafo %}
{{ nota.segundoParrafo }}
{% endif %} {% if nota.parrafoVerde %}
{{ nota.parrafoVerde }}
{% endif %} {% if nota.tercerParrafo %}
{{ nota.tercerParrafo }}
{% endif %}
{% if nota.tag1 %} {{ nota.tag1 }} {% endif %} {% if nota.tag2 %} {{ nota.tag2 }} {% endif %} {% if nota.tag3 %} {{ nota.tag3 }} {% endif %} {% if nota.tag4 %} {{ nota.tag4 }} {% endif %} {% if nota.tag5 %} {{ nota.tag5 }} {% endif %}
{% endif %}
{% include '::columnaDerecha.html.twig' %}
{% endblock %}