{% if blog_title and not (frappe.local.form_dict.txt or frappe.local.form_dict.by) %}

{{ blog_title }}

{% if blog_introduction -%}

{{ blog_introduction }}

{%- endif %}
{% endif %}