Templates: Introducing components.pug

For Blender Cloud specific components.

No need for them to be part of Pillar.
This commit is contained in:
2019-04-03 11:38:27 +02:00
parent 35a9986290
commit 95762acf14

View File

@@ -0,0 +1,14 @@
//- Category listing header (Learn, Libraries, etc).
mixin category_list_header(title, text, url)
.row.pt-2
.col-md-9
a.d-block.py-2.text-secondary(href=url, title=title)
h1.text-uppercase.font-weight-bold
=title
.lead
=text
if block
block
hr.my-4