{% extends "base.html" %} {% block title %} Reverse {% endblock %} {% block content %}

Take in a string. Print the reverse.

{% endblock %} {% block example_input %}

Test me

{% endblock %} {% block example_output %}

em tseT

{% endblock %}