diff --git a/app/views/application/document.haml b/app/views/application/document.haml new file mode 100644 index 00000000..39f3632f --- /dev/null +++ b/app/views/application/document.haml @@ -0,0 +1,10 @@ +.container + .row + .col-md-12 + .page-header + %h1= @title + %p.text-muted= @subtitle + + .row + .col-md-12 + = markdown(@content)