Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature currently requires accessing the site using the built-in Safari browser.
<xf:if is="$category.content_message != '' && $page == 1">
<div class="block">
<div class="block-container">
<xf:if is="$category.content_title">
<h3 class="block-header">{$category.content_title}</h3>
</xf:if>
<div class="block-body">
<div class="block-row">
{$category.content_message|raw}
</div>
</div>
</div>
</div>
</xf:if>
<xf:page option="sideNavTitle">{{ phrase('categories') }}</xf:page>