Template Inheritance
Include
<adx>
<body>
{% include "header_template" %}
<text>Main content here</text>
{% include "footer_template" %}
</body>
</adx>Extends
<adx>
<pageTemplates>
<template id="letterhead" pageSize="A4">
<text bottom="280mm" left="20mm">Company Letterhead</text>
</template>
</pageTemplates>
<body template="letterhead">
{% block content %}{% endblock %}
</body>
</adx>Import
Template Keys
Last updated
Was this helpful?
