Ticket #233 (new enhancement) — at Initial Version
Allow simple site-specific customization of template using an extra include file
Reported by: | rgrp | Owned by: | rgrp |
---|---|---|---|
Priority: | major | Milestone: | v1.1 |
Component: | ckan | Keywords: | |
Cc: | Repository: | ||
Theme: |
Description
Include an extra site-specific genshi template which can then be used to customize site (e.g. by having specific calls to py:def that user can define but which are ignored if they don't exist).
Can do this using:
<xi:include href="base.html"><xi:fallback /></xi:include>
Note: See
TracTickets for help on using
tickets.