{% if show_meta %}
{% if last_updated %} Last Updated: {{last_updated | date_format(format="%B %d, %Y")}} {% endif %} {% if author %}
Author: {{author}} {% endif %} {% if reading_time %}
Reading Time: {{reading_time}} minutes {% endif %}
{% endif %} {% if featured_image %} {{title}} {% endif %} {{content | markdown | safe}} {% if cta_enabled %}

{{cta_title | default(value="Ready to Get Started?")}}

{{cta_description | default(value="Take the next step and explore what we have to offer.")}}

{{cta_button_text | default(value="Get Started")}}
{% endif %}