summaryrefslogtreecommitdiffstats
path: root/templates
Commit message (Collapse)AuthorAgeFilesLines
* 'speaker' -> 'speakers'rsiddharth2015-12-161-2/+2
| | | | `speakers` is always a list.
* template: added macro for `speakers`, `room`.rsiddharth2015-12-161-0/+18
|
* template: `id', `class' attr. for block elements.rsiddharth2015-12-161-6/+6
| | | | | | | block elements include: - <header> - <section> - <article>
* Added copyright header to 2016 template.rsiddharth2015-12-161-0/+19
|
* HTMLRender -> RenderHTML + changes to it.rsiddharth2015-12-151-0/+67
`RenderHTML` (was `HTMLRender`) now uses `PackagLoader` instead of FileSystemLoader and the template are loaded from the templates/ directory.