2022-02-15 17:15:29 +00:00
										 
									 
								 
							 | 
							
								
							 | 
							
								
							 | 
							
							
								{% extends 'stdgrid.html.twig' %}
							 | 
						
					
						
							
								
									
										
										
										
											2022-03-01 11:27:19 +00:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
								{% block title %}{% trans %}Create a blog post{% endtrans %}{% endblock %}
							 | 
						
					
						
							
								
									
										
										
										
											2022-02-15 17:15:29 +00:00
										 
									 
								 
							 | 
							
								
							 | 
							
								
							 | 
							
							
								
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
								{% block body %}
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
								    {{ parent() }}
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
								    <section class="frame-section frame-section-padding">
							 | 
						
					
						
							
								
									
										
										
										
											2022-03-01 11:27:19 +00:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
								        <h1>{% trans %}Create a blog post{% endtrans %}</h1>
							 | 
						
					
						
							
								
									
										
										
										
											2022-02-15 17:15:29 +00:00
										 
									 
								 
							 | 
							
								
							 | 
							
								
							 | 
							
							
								        {{ form(blog_entry_form) }}
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
								    </section>
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
								{% endblock body %}
							 |