<h1>
<a href='/'><img src="{{ STATIC_URL }}img/turniej-maly.png" style='float:left; margin-right: 10px; margin-top: -13px' /></a>
Turniej Elektrybałtów</h1>
-{% comment %}
+
<div class="social">
<span style="position:relative; top: -5px;" >
<div class="fb-like" data-href="http://turniej.wolnelektury.pl" data-send="false" data-layout="button_count" data-width="150" data-show-faces="false"></div>
});
</script>
</div>
-{% endcomment %}
+
<h2>Uczestnicy:</h2>
<ul class='poet-list'>
{% for poet in poets %}
<!doctype html>
<html>
<head>
- <title>Turniej Elektrybałtów: {{ poem.poet.name }}</title>
+ <title>Turniej Elektrybałtów: {{ poem.poet.name }}, {% if poem.title %}{{ poem.title }}{% else %}***{% endif %}</title>
<meta charset="utf-8" />
<link rel="shortcut icon" href="{{ STATIC_URL }}img/favicon.ico" />
{% extends "base.html" %}
{% load url from future %}
+
+{% block "extratitle" %}: {{ poet.name }}{% endblock %}
+
+
{% block "body" %}
<h1>
<!doctype html>
<html>
<head>
- <title>Turniej Elektrybałtów</title>
+ <title>Turniej Elektrybałtów{% block "extratitle" %}{% endblock %}</title>
<meta charset="utf-8" />
<link rel="shortcut icon" href="{{ STATIC_URL }}img/favicon.ico" />