1
0
mirror of https://github.com/github/choosealicense.com synced 2024-12-22 12:50:24 +01:00

13 lines
308 B
HTML
Raw Normal View History

2013-07-13 10:38:53 -04:00
{% include header.html %}
2013-12-09 20:05:34 +02:00
<div class="clearfix">
2013-10-30 20:23:28 +02:00
<div class="license-body">
<pre id="license-text">{{ content | replace:"<", "[" | replace:">", "]" }}</pre>
2013-12-09 20:05:34 +02:00
</div> <!-- /license-body -->
{% include sidebar.html %}
2013-12-09 20:05:34 +02:00
</div> <!-- /clearfix -->
2013-07-17 11:57:57 -05:00
{% include footer.html %}