22 lines
512 B
Plaintext
22 lines
512 B
Plaintext
doctype
|
|
html(lang="en" ng-app="angularIOApp")
|
|
head
|
|
!= partial("/_includes/_head-include")
|
|
|
|
body(class="l-offset-nav" ng-controller="AppCtrl")
|
|
!= partial("/_includes/_main-nav")
|
|
|
|
<!-- HERO LOGO -->
|
|
if hero == 'home'
|
|
!= partial("/_includes/_hero-home")
|
|
else
|
|
!= partial("/_includes/_hero")
|
|
|
|
format = autoformat ? 'docs-content' : ''
|
|
|
|
|
|
article(class="l-content #{format}")
|
|
!= yield
|
|
|
|
!= partial("/_includes/_footer")
|
|
!= partial("/_includes/_scripts-include") |