{% extends "base.html" %}
{% block outdated %}
  You're not viewing the latest version.
  
    Click here to go to latest.
  
{% endblock %}
{% block announce %}
  {{ super() }}
  Become a
  
    
      {% include ".icons/octicons/heart-fill-16.svg" %}
    
      
        Sponsor
      
  
  or follow  @15r10nk  on
  
    
   or
  
    
      {% include ".icons/fontawesome/brands/mastodon.svg" %}
    
  
  
  for updates
{% endblock %}