A core piece of this website is panels. Blogs are easy, because they all site in one panel. Projects on the other hand contain many elements that can be in N number of panels.
@@ -0,0 +1,3 @@
+<div class="panel my-2">
+ {{ .Inner | markdownify }}
+</div>