angular-docs-cn/public/_layout.jade

22 lines
590 B
Plaintext
Raw Normal View History

doctype html public
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
body.ng-cloak.l-offset-nav(ng-controller="AppCtrl as 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")
- 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")