2015-06-15 04:11:19 -04:00
|
|
|
doctype html public "9 of spades"
|
2015-03-11 20:56:08 -04:00
|
|
|
html(lang="en" ng-app="angularIOApp" itemscope itemtype="http://schema.org/Framework")
|
2015-02-18 19:40:42 -05:00
|
|
|
head
|
2015-02-19 12:51:07 -05:00
|
|
|
!= partial("/_includes/_head-include")
|
2015-02-24 09:38:30 -05:00
|
|
|
|
2015-02-25 10:15:46 -05:00
|
|
|
body(class="l-offset-nav" ng-controller="AppCtrl")
|
2015-02-18 19:47:52 -05:00
|
|
|
!= partial("/_includes/_main-nav")
|
2015-02-25 10:15:46 -05:00
|
|
|
|
2015-02-27 10:17:29 -05:00
|
|
|
<!-- HERO LOGO -->
|
2015-02-25 10:15:46 -05:00
|
|
|
if hero == 'home'
|
|
|
|
!= partial("/_includes/_hero-home")
|
|
|
|
else
|
|
|
|
!= partial("/_includes/_hero")
|
|
|
|
|
2015-07-28 02:39:47 -04:00
|
|
|
- var format = autoformat ? 'docs-content' : ''
|
2015-03-02 10:15:03 -05:00
|
|
|
|
|
|
|
|
|
|
|
article(class="l-content #{format}")
|
2015-02-25 10:15:46 -05:00
|
|
|
!= yield
|
|
|
|
|
2015-02-19 12:51:07 -05:00
|
|
|
!= partial("/_includes/_footer")
|
|
|
|
!= partial("/_includes/_scripts-include")
|