--- layout: default ---

{{ page.title }}

{{ page.date | date:"%d/%m/%Y" }}

{% if page.categories %}

» {% for category in page.categories %}{{ category }}{% if forloop.last == false %}, {% endif %}{% endfor %}

{% endif %} {{ content }}

· {% for tag in page.tags %} {{tag}}{% unless forloop.last %}, {% endunless %}{% endfor %}