[enh] add infoboxes and answers

This commit is contained in:
Dalf 2014-09-28 16:51:41 +02:00
parent e39d9fe542
commit 6bfd566353
10 changed files with 525 additions and 130 deletions

View file

@ -8,6 +8,8 @@
<h3 class="result_title"><a href="{{ result.url }}">{{ result.title|safe }}</a></h3>
<p class="url">{{ result.pretty_url }} <a class="cache_link" href="https://web.archive.org/web/{{ result.url }}">cached</a></p>
{% if result.publishedDate %}<p class="published_date">{{ result.publishedDate }}</p>{% endif %}
<p class="content">{% if result.content %}{{ result.content|safe }}<br />{% endif %}</p>
<p class="content">
{% if result.img_src %}<img src="{{ result.img_src|safe }}" class="image" />{% endif %}
{% if result.content %}{{ result.content|safe }}<br class="last"/>{% endif %}</p>
</div>
</div>