forked from 3wordchant/capsul-flask
		
	
		
			
				
	
	
		
			15 lines
		
	
	
		
			273 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			273 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
{% extends 'base.html' %}
 | 
						|
 | 
						|
{% block title %}Account Balance{% endblock %}
 | 
						|
 | 
						|
{% block content %}
 | 
						|
<div class="third-margin">
 | 
						|
  <h1>Account Balance</h1>
 | 
						|
</div>
 | 
						|
<div class="half-margin">
 | 
						|
 
 | 
						|
</div>
 | 
						|
{% endblock %}
 | 
						|
 | 
						|
{% block pagesource %}/templates/create-capsul.html{% endblock %}
 |