summaryrefslogtreecommitdiff
path: root/_layouts/security_html.html
blob: 164a8bf313aa60af85a901086761dab78fea71d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
---
layout: default
title: Security Advisory
title_from: name
container_class: wrc
---

{% capture markdown %}{% include sec_txt/master.txt md=true %}{% endcapture %}{{ markdown | markdownify }}{%
if site.serving %}
<style type="text/css">
#markdown-source { display: none; }
#markdown-source:target { display: inherit; }
</style>
<pre id="markdown-source">{{ markdown | xml_escape }}</pre>{% endif %}