{% extends "base.html" %} {% block right_nav %} {% if sketches.all() %}
{{ form.name }} {{ form.description }} {{ form.csrf_token }}
{% endif %} {% endblock %} {% block main %} {% if not sketches.all() %}


Welcome to Timesketch

{{ form.name }} {{ form.description }} {{ form.csrf_token }}
{% else %}
{% if sketches.all() %}
{% endif %}
{% endif %} {% endblock %}