{% extends "base.html" %} {% block title %}Viewing /{{ fname }}{% endblock %} {% block content %}
{{ body.decode('utf-8') }}