| doctype html | |
| html | |
| head | |
| = partial 'head/base' | |
| body.tryit | |
| #global | |
| = partial 'header' | |
| #page.container | |
| main#main role="main" data-swiftype-index="true" | |
| #content | |
| = yield | |
| = partial 'footer' | |
| = partial 'swiftype' | |
| = javascript_include_tag 'application' | |
| = javascript_include_tag 'tryit' |