22 lines
		
	
	
		
			572 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			22 lines
		
	
	
		
			572 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
{% extends 'base.html' %}
 | 
						|
 | 
						|
{% block title %}Support{% endblock %}
 | 
						|
 | 
						|
{% block content %}
 | 
						|
  <div class="row half-margin">
 | 
						|
    <h1>SUPPORT</h1>
 | 
						|
  </div>
 | 
						|
  <div class="row half-margin">
 | 
						|
    <a href="mailto:yolocolo@doesthisthing.work?subject=Please%20help!">yolocolo@doesthisthing.work</a> 
 | 
						|
  </div>
 | 
						|
{% endblock %}
 | 
						|
 | 
						|
{% block subcontent %}
 | 
						|
<p>
 | 
						|
  You can also find us on Matrix: <a
 | 
						|
    href="https://matrix.to/#/#untitled-hosting.public:autonomic.zone">#untitled-hosting.public:autonomic.zone</a>.
 | 
						|
</p>
 | 
						|
{% endblock %}
 | 
						|
 | 
						|
{% block pagesource %}/templates/support.html{% endblock %}
 |