{% extends "base.html" %} {% block title %}Custom elements — Waikiki{% endblock %} {% block content %}
Reusable structured components (Web Components with their own scoped CSS & JS). Use one in a page with a fenced block named after its slug:
```infobox title: Spider-Man Real name: Peter Parker Publisher: Marvel Comics ```{% if elements_list %}
```{{ e.slug }}
Edit
No elements yet. Create one →
{% endif %} {% endblock %}