{# Display title and date if not starting with h1, else render the content using the user given title #} {% if content.html is not starting_with("

") %}

{{content.title}}

{% include "content_date.html" ignore missing %}
{% endif %}