Refactored BaseSearch/Result to use templates to render the title and content entries...
[philo.git] / philo / contrib / sobol / templates / sobol / search / result.html
1 <dt>{% if url %}<a href="{{ url }}">{% endif %}{{ title }}{% if url %}</a>{% endif %}</dt>
2 {% if content %}<dd>{{ content }}</dd>{% endif %}