The definition of a template is a concept created to set how each content will appear on the interfaces.

A subfolder should be created in the GUI\Custom\ES\Template folder with the name to be specified for Template and a file named Default.html should be placed in it.

Template selection methods


A value of "none" means that a Template is not selected.


Definitions and Examples


Default.html can contain dece-template in the same way as described in Displaying Template search results , or it can contain special methods explained in the same address or in other documents. A Template should just change the document view and it should not interfere with other fields on the pages. Colors, Theme, Order is a Layout topic.

Html CSS can contain script definition. It can load another CSS or script.

"dece-template" id values and functions that can be included in the Default.html

Click here for an example interface where you can try to edit a template.

<script type="dece-template" id=geodi-template-default >
	<div class="DocAll" {{ data.GetDocItemAttr() }}>
		<h1><a {{ data.GetHrefFull() }}> {{ data.DisplayName }}  </a> -  {{ data.AdditionalValues.Date }} </h1>
		<span class="SummaryText __textclass geodiFormatable" contentid="{{data.ContentIdentifier}}">{{data.Summary}}</span>
	</div>
</script>