14 lines
		
	
	
		
			337 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			337 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
<header class="LP-TextSection__Headline">
 | 
						|
    <h1 class="LP-Headline">Start</h1>
 | 
						|
</header>
 | 
						|
 | 
						|
<div class="LP-TextSection__Text">
 | 
						|
    <p class="LP-Paragraph">Welcome to our Urban Exploration community catalogue,
 | 
						|
    {% if user.is_authenticated %}
 | 
						|
        {{ user.username }}
 | 
						|
    {% else %}
 | 
						|
        explorer
 | 
						|
    {% endif %}
 | 
						|
    !</p>
 | 
						|
</div>
 |