{% extends "base.html" %} {% block title %}Custom elements — Waikiki{% endblock %} {% block content %}

Custom elements — {{ current_wiki_name }}

+ New element

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 %} {% else %}

No elements yet. Create one →

{% endif %} {% endblock %}