Article body styles
This commit is contained in:
		
							
								
								
									
										11
									
								
								templates/page.html
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										11
									
								
								templates/page.html
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,11 @@
 | 
			
		||||
{% extends "index.html" %}
 | 
			
		||||
 | 
			
		||||
{% block title %}
 | 
			
		||||
	{{ page.title }} — {{ config.title }}
 | 
			
		||||
{% endblock %}
 | 
			
		||||
 | 
			
		||||
{% block content %}
 | 
			
		||||
	<h1>{{ page.title }}</h1>
 | 
			
		||||
	{{ page.content | safe }}
 | 
			
		||||
	{{ macros::page_info(page=page) }}
 | 
			
		||||
{% endblock content %}
 | 
			
		||||
		Reference in New Issue
	
	Block a user