{% extends "_layout.html" %} {% block content %}

Project Showcase

Here are some items passed from Rust to the template:

{% for item in items %}

{{ item.name }}

{{ item.description }}

{% endfor %} {% endblock %}