{% if metadata %}
{{ metadata.title|default("Daniel Roy Greenfeld") }}
{% elif title %}
{{ title }}
{% else %}
Daniel Roy Greenfeld
{% endif %}
Daniel Roy Greenfeld
About
|
Articles
|
Tags
{% block content required %}{% endblock content %}