update
This commit is contained in:
		@@ -1,14 +1,14 @@
 | 
			
		||||
<!DOCTYPE html>
 | 
			
		||||
<html lang="en" charset="utf-8">
 | 
			
		||||
 | 
			
		||||
    
 | 
			
		||||
    {% include "partials/head.html" %}
 | 
			
		||||
    
 | 
			
		||||
    <body>
 | 
			
		||||
        {% include "partials/header.html" %}
 | 
			
		||||
        <div id="content" class="mx-auto overflow-hidden">
 | 
			
		||||
        <div id="content" class="p-4 pt-24 lg:pt-0 sm:p-12 lg:p-0 overflow-hidden">
 | 
			
		||||
            {% block content %}{% endblock %}    
 | 
			
		||||
        </div>
 | 
			
		||||
        {% include "partials/footer.html" %}
 | 
			
		||||
        <script type="text/javascript" src="{{ get_url(path='js/custom.js')}}"></script>
 | 
			
		||||
    </body>
 | 
			
		||||
</html>
 | 
			
		||||
		Reference in New Issue
	
	Block a user