1 {% load url from future %}
 
   5     <title>Turniej Elektrybałtów: {{ poem.poet.name }}, {% if poem.title %}{{ poem.title }}{% else %}***{% endif %}</title>
 
   6     <meta charset="utf-8" />
 
   8     <link rel="shortcut icon" href="{{ STATIC_URL }}img/favicon.ico" />
 
   9     <style type="text/css">
 
  10     @import "{{ STATIC_URL }}poetry/poem.css";
 
  16 <div id="fb-root"></div>
 
  17 <script>(function(d, s, id) {
 
  18   var js, fjs = d.getElementsByTagName(s)[0];
 
  19   if (d.getElementById(id)) {return;}
 
  20   js = d.createElement(s); js.id = id;
 
  21   js.src = "//connect.facebook.net/pl_PL/all.js#xfbml=1";
 
  22   fjs.parentNode.insertBefore(js, fjs);
 
  23 }(document, 'script', 'facebook-jssdk'));</script>
 
  24 <script src="http://0.s-nk.pl/script/nk_widgets/nk_widget_fajne_embed"></script>
 
  27             <a href='{% url "poetry_new" %}' class='menu-link'>Twórzże się jeszcze raz!</a>
 
  28             <span style='float: right'>Turniej Elektrybałtów</a>
 
  33                 <a href="/"><img src="{{ STATIC_URL }}img/turniej-maly.png" alt="logo Turnieju Elektrybałtów" /></a>
 
  39                 <span class="author"><a href="{{ poem.poet.get_absolute_url }}">{{ poem.poet.name }}</a></span>
 
  40                 <span class="title">{% if poem.title %}{{ poem.title }}{% else %}***{% endif %}</span>
 
  42             {{ poem.text|linebreaksbr }}
 
  45             <p>Autor: <a href="{{ poem.poet.get_absolute_url }}">{{ poem.poet.name }}</a> (<a href="{% url 'poetry_main' %}">wszyscy autorzy</a>).
 
  46                 <br/>Zobacz <a href="{% url 'poetry_new' poem.poet.slug %}">nowy wiersz</a> tego autora,
 
  47                 albo <a href="{% url 'poetry_new' %}">nowy wiersz dowolnego autora</a>.</p>
 
  52 <h3>Podziel się wierszem!</h3>
 
  53 <span style="position:relative; top: -5px;" >
 
  54     <div class="fb-like" data-href="http://turniej.wolnelektury.pl{{ poem.get_absolute_url }}" data-send="false" data-layout="button_count" data-width="150" data-show-faces="false"></div>
 
  56 <g:plusone annotation="bubble" href="http://turniej.wolnelektury.pl{{ poem.get_absolute_url }}"></g:plusone>
 
  60     url: "http://turniej.wolnelektury.pl{{ poem.get_absolute_url }}",
 
  64     image: "http://turniej.wolnelektury.pl/turniej.png",
 
  65     description: "{{ poem }}"
 
  70         <a class="permalink" href="{{ poem.get_absolute_url }}">http://turniej.wolnelektury.pl{{ poem.get_absolute_url }}</a>
 
  78 <script type="text/javascript" src="https://apis.google.com/js/plusone.js">