10 lines
		
	
	
		
			427 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			427 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
@include(snippets/header_admin)
 | 
						|
<div class="container">
 | 
						|
    <h1>Henlo, {{ session.user }}</h1>
 | 
						|
    <p>Hier entsteht eine Internetpräsenz!</p>
 | 
						|
    <img src="/s/img/favicon.gif" alt="f0ck bash">
 | 
						|
    <p>@if(typeof totals !== "undefined")
 | 
						|
    total: {{ totals.total }} | tagged: {{ totals.tagged }} | untagged: {{ totals.untagged }} | sfw: {{ totals.sfw }} | nsfw: {{ totals.nsfw }}
 | 
						|
    @endif</p>
 | 
						|
</div>
 | 
						|
@include(snippets/footer) |