summaryrefslogtreecommitdiff
path: root/server/xml/templates/example.xml
blob: 23e54a3766309b8658af66e0e1e286f654753df5 (plain)
1
2
3
4
5
6
<?xml version='1.0' encoding='UTF-8'?>
<template name="example" version="1.0" title="Example template">
	<header caption="Some header caption"/>
  <macro name="example"/>
  <macro name="example" requires="someothermacro"/>
</template>