2013-10-09 12:30:53 +02:00
|
|
|
.page-header
|
2013-10-10 22:21:47 +02:00
|
|
|
.container
|
2013-10-09 12:30:53 +02:00
|
|
|
%h1
|
|
|
|
- if current_page.data.h1?
|
|
|
|
= current_page.data.h1
|
|
|
|
- else
|
|
|
|
= current_page.data.title
|
|
|
|
|
|
|
|
- if current_page.data.description?
|
|
|
|
%p= current_page.data.description
|