{% extends 'base.html' %} {% load static %} {% block header %}

{% block title %}Example Plugin Home{% endblock %}

{% endblock header %} {% block content %}
Cool Stuff

This is an example of what a plugin might provide as a "home" page or "dashboard".

Plugins are never required to provide this, but if your plugin is particularly complex, it may be useful to provide a dashboard that's separate from Nautobot's main home page view.

More Cool Stuff

A home page like this could be a great place to put some fancy charts, graphs, and gauges to really wow your users. Check out this cool logo!

Wider Cool Stuff

You can use whatever page layout makes the most sense for your own plugin of course! This is just an example.

{% endblock content %}