(Solved) Showing journal description in child manuscript theme

Dear all,
@NateWr @asmecher

I am using ojs 3.1.0 with jats-manuscript by @Vitaliy. I want to show journal description in journal main page above the announcement.
I have tried the following codes

 {if $journalDescription}
	<div class="journal-description">
		{$journalDescription}
	</div>
 {/if}

paste to template/frontend/pages//indexJournal.tpl
But, the web goes blank.
http://jurnalbeta.ac.id

Thanks in advance for your responses

Sorry, I missed the {/if}

1 Like