{% if p.name %} {% set title = "Perfil de " + p.name %} {% else %} {% set title = "Perfil de " + p.username %} {% endif %} {% extends 'layout.html' %} {% block opengraph %} {% endblock %} {% block body %}
{% if messages.success %} {% endif %} {% if messages.error %} {% endif %} {% if messages.info %} {% endif %}
{% macro printWatches(title) -%}

{{ title }}

{{ alltags }}

{%- endmacro %}
{{ p.username }}

{% if p.name %} {{ p.name }} {% else %} {{ p.username }} {% endif %}

{% if p.name %} @{{ p.username }} {% else %} {% endif %} {% if p.location %} · {{ p.location }} {% endif %} {% if p.website %} · {{ p.website | replace("https://", "") | replace("http://", "")}} {% endif %}

{% if watch != '' %} {{ printWatches('Obras Enviadas') }} {% endif %}
{% endblock %}