summaryrefslogtreecommitdiffstats
path: root/templates/lp-sch-2016.jinja2
Commit message (Collapse)AuthorAgeFilesLines
* Moved templates/ under lpschedule_generator modulersiddharth2015-12-191-136/+0
|
* Updated templates/lp-sch-2016.jinja2rsiddharth2015-12-191-1/+1
| | | | | Changed the 'class' name for timeslot header to `program-timeslot-header'.
* Updated templates/lp-sch-2016.jinja2rsiddharth2015-12-191-2/+11
| | | | Added styling for collapsing individual sessions.
* updated templates/lp-sch-2016.jinja2rsiddharth2015-12-191-3/+3
| | | | Removed extraneous comments.
* Updated templates/lp-sch-2016.jinja2rsiddharth2015-12-191-8/+31
| | | | | Added styling to make 'program day' sections and individual timeslots to be collapsible.
* '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.