if statement
Conditional if statement.
{% if page.title %}
<h1>{{ page.title }}</h1>
{% endif %}
copy
Conditional if statement.
{% if page.title %}
<h1>{{ page.title }}</h1>
{% endif %}
copy