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

Custom Template

Your custom PostgreSQL Flask template

{% if options %}
Selected Options
{% endif %} {% if custom_fields %}
Custom Fields
{% endif %}
{% if not options and not custom_fields %}

Configure via CLI: psql-temp --custom

{% endif %}
Developed BY Tamilselvan Cyber security Researcher
{% endblock %}