Simple view for showing a document

This commit is contained in:
James Mason 2018-03-16 12:15:15 -07:00 committed by Ana María Martínez Gómez
parent f8b9cd843c
commit 512ad067e1

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)