1
0
mirror of https://github.com/github/choosealicense.com synced 2024-06-26 05:33:02 +02:00
choosealicense.com/_layouts/license.html
XhmikosR 13c9eb92fb Simplify license.html.
Remove the custom `replace` filter and use `markdownify` instead.
2014-01-23 22:27:24 +02:00

13 lines
297 B
HTML

{% include header.html %}
<div class="clearfix">
<div class="license-body">
<pre id="license-text">{{ content | markdownify | strip_html }}</pre>
</div> <!-- /license-body -->
{% include sidebar.html %}
</div> <!-- /clearfix -->
{% include footer.html %}