1
0
mirror of https://github.com/github/choosealicense.com synced 2024-07-03 00:49:11 +02:00
choosealicense.com/_layouts/license.html
Ben Balter 12f4407bdc Even dryer templates
* consolidate breadcrumb logic
* move h1 to header.html
* remove #home div from index.html
2013-07-13 15:42:46 -04:00

16 lines
337 B
HTML

{% include header.html %}
<div class="cf">
<div class='license-body'>
<pre id="license-text">
{{ content | replace:"<<","[" | replace:">>","]" }}
</pre><!-- /license-text -->
</div><!-- /license-body -->
{% include sidebar.html %}
</div><!-- /cf -->
{% include footer.html %}