Simple view for showing a document

This commit is contained in:
James Mason 2018-03-16 12:15:15 -07:00
parent 168a832c10
commit 6412bce5a8
No known key found for this signature in database
GPG key ID: 1B3951886C449023

View file

@ -0,0 +1,10 @@
.container
.row
.col-md-12
.page-header
%h1= @title
%p.text-muted= @subtitle
.row
.col-md-12
= markdown(@content)