Skip to content
Snippets Groups Projects
base.html 255 B
Newer Older
  • Learn to ignore specific revisions
  • {% block salutation %}Dear {{ user }},{% endblock %}
    
    
    {% block content %}{% endblock %}
    
    
    {% block more_info %}{% endblock %}
    
    
    Kind Regards,
    The OTF Team
    
    
    Open Technology Fund
    https://www.opentech.fund/
    
    {% block post_signature_content %}{% endblock %}