mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +00:00
26 lines
666 B
HTML
26 lines
666 B
HTML
{% comment %}
|
|
This file is licensed under the MIT License (MIT) available on
|
|
http://opensource.org/licenses/MIT.
|
|
{% endcomment %}
|
|
|
|
<script type="text/javascript">
|
|
fallbackSVG();
|
|
addAnchorLinks();
|
|
|
|
/* var ads = [
|
|
{website: "https://bitcoin.org", text: "Slot 1 text goes here."},
|
|
{website: "https://bitcoin.org", text: "Slot 2 text goes here."},
|
|
{website: "https://bitcoin.org", text: "Slot 3 text goes here."}
|
|
];
|
|
showAds(ads);
|
|
|
|
*/
|
|
</script>
|
|
|
|
{% comment %}
|
|
<!-- A hook to allow pages to add JS at the very end of
|
|
the page so it runs after all content and CSS has loaded -->
|
|
{% endcomment %}
|
|
{% if page.end_of_page %}
|
|
{{page.end_of_page}}
|
|
{% endif %}
|