renamed include folder to thtml (templated-html)
This commit is contained in:
parent
cc4952ac7c
commit
d31beb5f74
10 changed files with 9 additions and 9 deletions
3
example/www_views/thtml/layout/footer.jade
Normal file
3
example/www_views/thtml/layout/footer.jade
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
nav(class='navbar')
|
||||
div(class='navbar-footer')
|
||||
Example footer
|
||||
10
example/www_views/thtml/layout/header.jade
Normal file
10
example/www_views/thtml/layout/header.jade
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
nav(class='navbar navbar-inverse navbar-fixed-top',role='navigation')
|
||||
div(class='navbar-header')
|
||||
button(type='button',class='navbar-toggle',data-toggle='collapse',data-target='.navbar-ex1-collapse')
|
||||
span(class='sr-only') Toggle navigation
|
||||
span(class='icon-bar')
|
||||
span(class='icon-bar')
|
||||
span(class='icon-bar')
|
||||
a(class='navbar-brand',href='/example-ui') Home
|
||||
a(class='navbar-brand',href='/example-ui/foo') Foo
|
||||
a(class='navbar-brand',href='/example-ui/bar') Bar
|
||||
Loading…
Add table
Add a link
Reference in a new issue