{% extends 'base.html' %} {% load more_like_this %} {% block title %}Dictionary Search page{% endblock %} {% block content %}
{{ result.object.entry }}: {% if result.object.html %}
{{ result.object.html|safe }}
No results found.