{% extends "layout.html" %} {% from "_listhelpers.html" import render_list %} {% block title %}Search Results{% endblock %} {% block body %} {{ render_list("Resulted Simulations",simulations) }}