1
0
mirror of https://github.com/privacyguides/privacyguides.org.git synced 2025-07-24 12:21:09 +00:00

Move legacy pages and layouts to new base

This commit is contained in:
2020-12-03 22:36:41 -06:00
parent a34a8a88b0
commit 19ce411076
536 changed files with 9706 additions and 9706 deletions

View File

@@ -0,0 +1,14 @@
<div class="col-xl-4 col-lg-6 col-md-12 mb-4">
<div class="card card-{{include.color}}">
{% if include.color == "warning" %}
<div class="card-header text-dark bg-{{include.color}}">
{% else %}
<div class="card-header text-white bg-{{include.color}}">
{% endif %}
<h3 class="h5">{{include.title}}</h3>
</div>
<div class="card-body">
{{include.body}}
</div>
</div>
</div>