--- layout: default image: feature: "assets/images/enzolutions_image_header.png" creditlink: "http://cr.linkedin.com/pub/werner-gomez/31/ba8/9b6" credit: "Yersika Ferreira" --- {% block content %} {# page.my_name #} {# dump(page.image) #}
{% if page.link %}

{{ page.title }}

{% else %}

{{ page.title }}

{% endif %}
{% include 'social_share.html' %} {{ page.content }}
{% if page.categories | length > 0 or page.tags | length > 0 %}
    {% if page.tags | length > 0 %}
  • {% for tag, url in page.terms_url.tags %} {{ tag }}{% if loop.last == false %},{% endif %} {% endfor %}
  • {% endif %} {% if page.categories | length > 0 %}
  • {% for category, url in page.terms_url.categories %} {{ category }}{% if loop.last == false %},{% endif %} {% endfor %}
  • {% endif %}
{% endif %}
{% include 'disqus_comments.html' %}
{% endblock %}