I haven’t been able to get simple {if} statements to work in the template for my index, using a custom global variable.
I have setup {sitenotice}, and then in my template I have:
{if sitenotice != ''}
<h4>{sitenotice}</h4>
<p>{/if}I’ve also tried
{if sitenotice}
<h4>{sitenotice}</h4>
<p>{/if}But neither of these generate the contents of site notice.
Is there some place I need to enable this option?