mirror of
https://github.com/github/choosealicense.com
synced 2024-11-05 03:08:51 +01:00
12f4407bdc
* consolidate breadcrumb logic * move h1 to header.html * remove #home div from index.html
16 lines
337 B
HTML
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 %} |