{% extends "base.html" %} {% block content %} {% if posts.len() == 0 %}

You've found void in the space.

{% else %}

{% if let Some(t) = tag %} {{t}} {% else %} Blog posts {% endif %}

{% endif %} {% endblock %}