{% extends "base.html" %} {% block content %} Search results for "{{ g.search_form.q.data }}" {% if total == 0 %} {{ total }} results 🙄 Go Back. {% endif %} {% for post in posts %} {{ post.title }} {{ g.md(post.body) | truncate(300, False) | safe }} {% endfor %} {% if total > 0 %} {{ total }} results. Go Back. {% endif %} {% block js %} {% endblock js %} {% endblock content %}
{{ total }} results 🙄 Go Back.
{{ g.md(post.body) | truncate(300, False) | safe }}
{{ total }} results. Go Back.