Extension point to allow text to be inserted before the header
This commit is contained in:
parent
5cdbd6cf37
commit
d6c8d05018
1 changed files with 5 additions and 1 deletions
|
@ -36,6 +36,10 @@
|
|||
<section id="individual-info" ${infoClass!} role="region">
|
||||
<#include "individual-adminPanel.ftl">
|
||||
|
||||
<#if individualProductExtensionPreHeader??>
|
||||
${individualProductExtensionPreHeader}
|
||||
</#if>
|
||||
|
||||
<header>
|
||||
<#if relatedSubject??>
|
||||
<h2>${relatedSubject.relatingPredicateDomainPublic} for ${relatedSubject.name}</h2>
|
||||
|
|
Loading…
Add table
Reference in a new issue