File size: 443 Bytes
550665c |
1 2 3 4 5 6 7 8 9 10 |
{% extends "!layout.html" %}
{% block sidebartitle %}{{ super() }}
<div style="padding-top: 10px">
<a class="github-button" href="https://github.com/kuzmoyev/google-calendar-simple-api" data-show-count="true"
aria-label="Star kuzmoyev/google-calendar-simple-api on GitHub">Star</a>
</div>
{% endblock %}
{% block footer %}{{ super() }}
<script async defer src="https://buttons.github.io/buttons.js"></script>
{% endblock %} |