21 lines
411 B
Plaintext
21 lines
411 B
Plaintext
|
\---
|
||
|
layout: site
|
||
|
\---
|
||
|
.row
|
||
|
%div
|
||
|
%h1.center
|
||
|
{{page.title}}
|
||
|
%p.center
|
||
|
%span {{page.sub-title}}
|
||
|
%ul.nav
|
||
|
%li
|
||
|
%a{:href => "/project/motivation.html"} Motivation
|
||
|
%li
|
||
|
%a{:href => "/project/ideas.html"} Ideas
|
||
|
%li
|
||
|
%a{:href => "/project/history.html"} History
|
||
|
%li
|
||
|
%a{:href => "/project/contribute.html"} Contribute
|
||
|
%div
|
||
|
{{content}}
|