Files
gtav-src/tools_ng/techart/dcc/motionbuilder2016/python/external/alabaster/donate.html
T
2025-09-29 00:52:08 +02:00

10 lines
339 B
HTML
Executable File

{% if theme_gratipay_user or theme_gittip_user %}
<h3>Donate</h3>
<p>
Consider supporting the authors on <a href="https://www.gratipay.com/">Gratipay</a>:
<script data-gratipay-username="{{ theme_gratipay_user or theme_gittip_user }}"
data-gratipay-widget="button"
src="//gttp.co/v1.js"></script>
</p>
{% endif %}