Remove LCA2018 and LCA2019 styles and content. Add base LCA2020 styling and update references to year.
		
			
				
	
	
		
			12 lines
		
	
	
	
		
			287 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
	
		
			287 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
{% extends "site_base.html" %}
 | 
						|
 | 
						|
{% block head_title %}{{ flatpage.title }}{% endblock head_title %}
 | 
						|
 | 
						|
{% block content %}
 | 
						|
<div class="row">
 | 
						|
  <div class="col-md-1"></div>
 | 
						|
  <div class="col-12 col-md-10 content text-page">
 | 
						|
    {{ flatpage.content }}
 | 
						|
  </div>
 | 
						|
</div>
 | 
						|
{% endblock content %}
 |