{% load resume_tags %} {% load i18n %}

{% firstof resume.title "Untitled" %}

{% blocktrans with d=resume.description|striptags|truncatewords:20|safe %}{{ d }}{% endblocktrans %}
{% include "resumes/meta.html" %}