mirror of
https://github.com/ROCm/ROCm.git
synced 2026-01-09 14:48:06 -05:00
12 lines
390 B
HTML
12 lines
390 B
HTML
{% if show_copyright and copyright %}
|
|
<div class="copyright">
|
|
{% if hasdoc('copyright') %}
|
|
{% trans path=pathto('copyright'), copyright=copyright|e %}© <a href="{{ path }}">Copyright</a> {{ copyright }}.{% endtrans %}
|
|
<br/>
|
|
{% else %}
|
|
{% trans copyright=copyright|e %}© Copyright {{ copyright }}.{% endtrans %}
|
|
<br/>
|
|
{% endif %}
|
|
</div>
|
|
{% endif %}
|