{% extends 'kubetemplates/base.html' %} {% load static %} {% block content %}

Kubernetes Templates

{% if not object_list %}

There are no templates to show.

{% endif %} {% for item in object_list %}
{{ item.icon }}
{{ item.title }}
{{ item.description }}
{% endfor %} {% endblock %}