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

{{ 'Edit' if is_edit else 'New' }} Post

{% if is_edit %} {% endif %}
{% if is_edit %}

Current image

{% endif %}

Upload the preview image shown on the post.

Use a plate-solved FITS/XISF with the same dimensions as the preview image so annotations line up correctly.

{% if is_edit and image.starless_image_path %}

Current starless image

{% endif %}

Optional alternate render used for the starless toggle on the image detail page.

Add supporting images or browser-friendly videos. Captions are shown below the media viewer.

Image Added Caption

Constant Keywords

Keyword Value Comment

Variable Keywords

{% if is_edit %} {% endif %}
Created On
Capture Dates
Image Lights
Filter Frames Exposure (s) Gain Offset Temp (C)
{%endblock%}