{% extends "base.html" %} {% load static %} {% load customtags %} {% block head %} {% include 'head_content.html' with title="LyProX ยท Dataset detail" %} {% endblock head %} {% block content %} {% render_md dataset.fetch_readme %} {% endblock content %}