Skip to content
Snippets Groups Projects
Commit 41a416c4 authored by Raniere Silva's avatar Raniere Silva
Browse files

Merge pull request #225 from r-gaia-cs/core-add-article

Add article tag as wrap for lesson content
parents 5d79ada3 128e60c3
Branches
Tags
No related merge requests found
......@@ -9,6 +9,7 @@
<body class="lesson">
<div class="container card">
$banner$
<article>
<div class="row">
<div class="col-md-10 col-md-offset-1">
<h1 class="title">$title$</h1>
......@@ -16,6 +17,7 @@
$body$
</div>
</div>
</article>
$footer$
</div>
$javascript$
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment