{% extends "base.html" %} {% block extra_js %} {% endblock %} {% block content %}

Basic Panel with Nodes

This code example creates two panels with 3 nodes each. Panel is rendered in two modes - list mode and grid mode;

Panel list mode:

Panel grid mode:

{% endblock %}