{% extends 'base.html' %} {% block title %}{{ 'Edit' if post else 'Write' }} | Eternity Project{% endblock %} {% block content %}
{{ 'EDIT TRANSMISSION' if post else 'NEW TRANSMISSION' }}AUTHOR / {{ current_user.username }}
Step images

Upload images for individual repair steps, then place [[image:1]], [[image:2]], and so on in the article text.

{% endblock %}