{% extends "base.html" %} {% block title %}Search Results - {{ config.BBS_NAME }}{% endblock %} {% block content %}
{{ post.content[:150] }}{% if post.content|length > 150 %}...{% endif %}
{% endfor %}No posts found.
{% endif %}No users found.
{% endif %}{{ board.description }}
{% endfor %}No boards found.
{% endif %}{{ (em.body or '')[:200] }}{% if (em.body or '')|length > 200 %}...{% endif %}
{% endfor %}