Templating

Django Version Manager has a couple of helper template tags to expose your application’s version info. However, before using any of template tags, you need to load it by adding the snippet below to the top of your templates:

{% load version_manager %}

latest_version

You can use latest_version tag to print out latest version of your application.

{% latest_version %}