Skip to content

Commit

Permalink
bootstraped a bit the partials
Browse files Browse the repository at this point in the history
  • Loading branch information
jimakker committed Jun 21, 2012
1 parent ffff80e commit 1a181e6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
4 changes: 3 additions & 1 deletion views/partials/partial1.jade
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
p This is the partial for view 1.
.row-fluid
.span12
p This is the partial for view 1.
10 changes: 6 additions & 4 deletions views/partials/partial2.jade
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
p This is the partial for view 2.
p
| Showing of 'interpolate' filter:
| {{ 'Current version is v%VERSION%.' | interpolate }}
.row-fluid
.span12
p This is the partial for view 2.
p
| Showing of 'interpolate' filter:
| {{ 'Current version is v%VERSION%.' | interpolate }}

0 comments on commit 1a181e6

Please sign in to comment.