This repository has been archived on 2024-01-13. You can view files and clone it, but cannot push or open issues or pull requests.
djoate 085bb990d1
Key /providers/
This covers
* Global Mass Surveillance - The Fourteen Eyes
* Key Disclosure Law
* What is a warrant canary?
2019-11-24 18:22:05 -05:00

15 lines
479 B
HTML

<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 | translate_text}}</h3>
</div>
<div class="card-body">
{{include.body}}
</div>
</div>
</div>