Added docs for result list template. Moved success/error handling into hooks on sobol...
[philo.git] / philo / contrib / sobol / templates / sobol / search / googlesearch.html
index 1b22388..8d23132 100644 (file)
@@ -1,4 +1,2 @@
-<article>
-       <h1><a href="{{ url }}">{{ title|safe }}</a></h1>
-       <p>{{ content|safe }}</p>
-</article>
\ No newline at end of file
+<dt><a href="{{ url }}">{{ title|safe }}</a></dt>
+<dd>{{ result.content|safe }}</dd>
\ No newline at end of file