-
Notifications
You must be signed in to change notification settings - Fork 10
Templates
Lukas Schmelzeisen edited this page Mar 11, 2014
·
4 revisions
Christian and Marcel are currently working on coding some templates in html. Here we collect our advances and link resulting sub-pages. To see, what kind of templates will follow, watch lists of our views (visualizationTabListEntries, visualizationTabPreviews).
In the following list we try to classify templates and show their usage:
-
__metalcon.ftl
- Main Template Library including the most general macros.
-
_site.ftl
- The should be the starting Template of every single View.
- Real, instanced Templates, matching a URL directly:
*.ftl
- Abstract Templates, not matching any URL directly:
_*.ftl
- Library Templates, only used to be included, without any content:
__*.ftl
- any
_*.ftl
may include__*.ftl
- any
_*.ftl
may include_*.ftl
- per View at least one
_*.ftl
has to include*.ftl
(matching Template)