forked from 3wordchant/capsul-flask
		
	
		
			
				
	
	
		
			28 lines
		
	
	
		
			815 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			28 lines
		
	
	
		
			815 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| {% extends 'base.html' %}
 | |
| 
 | |
| {% block title %}Support{% endblock %}
 | |
| 
 | |
| {% block content %}
 | |
|   <div class="half-margin">
 | |
|     <h1>SUPPORT</h1>
 | |
|   </div>
 | |
|   <div class="half-margin">
 | |
|     <a href="mailto:support@cyberia.club?subject=Please%20halp!">mailto:support@cyberia.club</a> 
 | |
|   </div>
 | |
| {% endblock %}
 | |
| 
 | |
| {% block subcontent %}
 | |
| <p>
 | |
|   Note: We maintain a searchable archive of all support emails at 
 | |
|   <a href="https://lists.cyberia.club/~cyberia/support">https://lists.cyberia.club/~cyberia/support</a>
 | |
| </p>
 | |
| <p>
 | |
|   If you do not want your mail to appear in a public archive, email capsul@cyberia.club instead.
 | |
| </p>
 | |
| <p>
 | |
|   Please describe your problem or feature request, and we will do our best to get back to you promptly. Thank you very much.
 | |
| </p>
 | |
| {% endblock %}
 | |
| 
 | |
| {% block pagesource %}/templates/support.html{% endblock %}
 |