1
- doctype html public
2
- html( lang ="en" ng-app ="angularIOApp" itemscope itemtype ="http://schema.org/Framework" )
3
- head
4
- != partial (" /_includes/_head-include" )
1
+ if jade2ng
2
+ if hero == ' home'
3
+ != partial (" /_includes/_hero-home" )
4
+ else
5
+ != partial (" /_includes/_hero" )
6
+ != partial (" ../_includes/_banner" )
7
+ - var format = autoformat ? ' docs-content' : ' '
8
+ article( class ="l-content #{format} " )
9
+ != yield
10
+ else
11
+ doctype html public
12
+ html( lang ="en" ng-app ="angularIOApp" itemscope itemtype ="http://schema.org/Framework" )
13
+ head
14
+ != partial (" /_includes/_head-include" )
5
15
6
- body.ng-cloak.l-offset-nav ( ng-controller ="AppCtrl as appCtrl" )
7
- != partial (" /_includes/_main-nav" )
16
+ body.ng-cloak.l-offset-nav ( ng-controller ="AppCtrl as appCtrl" )
17
+ != partial (" /_includes/_main-nav" )
8
18
9
- <!-- HERO LOGO -->
10
- if hero == ' home'
11
- != partial (" /_includes/_hero-home" )
12
- else
13
- != partial (" /_includes/_hero" )
19
+ <!-- HERO LOGO -->
20
+ if hero == ' home'
21
+ != partial (" /_includes/_hero-home" )
22
+ else
23
+ != partial (" /_includes/_hero" )
14
24
15
- - var format = autoformat ? ' docs-content' : ' '
25
+ - var format = autoformat ? ' docs-content' : ' '
16
26
17
27
18
- article( class ="l-content #{format} " )
19
- != yield
28
+ article( class ="l-content #{format} " )
29
+ != yield
20
30
21
- != partial (" /_includes/_footer" )
22
- != partial (" /_includes/_scripts-include" )
23
- != partial (" /_includes/_scripts-minimum" )
31
+ != partial (" /_includes/_footer" )
32
+ != partial (" /_includes/_scripts-include" )
33
+ != partial (" /_includes/_scripts-minimum" )
0 commit comments