19 lines
		
	
	
		
			600 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			600 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
{% extends "base.html" %}
 | 
						|
 | 
						|
{% block content %}
 | 
						|
<header>
 | 
						|
	<div class="wrap">
 | 
						|
		<h1>Letní Tábor Na Kocandě</h1>
 | 
						|
		<p class="narrow">What the fuck did you just fucking say about me, you little bitch? I'll have you know I graduated top of my class in the Navy Seals, and I've been involved in numerous secret raids on Al-Quaeda, and I have over 300 confirmed kills. I am trained in gorilla warfare and I'm the top sniper in the entire US armed forces.</p>
 | 
						|
	</div>
 | 
						|
</header>
 | 
						|
 | 
						|
<section class="wrap">
 | 
						|
	<h2>Poslední příspěvek</h2>
 | 
						|
</section>
 | 
						|
 | 
						|
<section class="wrap">
 | 
						|
	Popisky
 | 
						|
</section>
 | 
						|
{% endblock %}
 |