Template Tags
{% load easy_docs_tags %}
This tag is required to use the other tags in this package. It should be loaded at the top of any template that uses the other tags.
{% load_dependencies %}
This tag is required to load the dependencies for the package. It should be loaded in the <head>
of your base template.
{% help_button %}
This tag will load the help button on any page. It should be loaded wherever you would like the help button to be.