Skip to content
Snippets Groups Projects
Select Git revision
  • 7bf22dd672853523cb160c4b650f2ea8996d7d30
  • main default protected
2 results

main.html

Blame
  • main.html 300 B
    {% extends "base.html" %}
    
    {% block announce %}
    
    For updates follow <strong>@ahmetoner</strong> on
    <a rel="me" href="https://github.com/ahmetoner">
        <span class="twemoji github">
          {% include ".icons/fontawesome/brands/github.svg" %}
        </span>
        <strong>GitHub</strong>
    </a>
    {% endblock %}