home

Menu
  • ripgrep search

datasette-plugin-demos/datasette_plugin_demos/templates/show_json.html

{% extends "base.html" %}
 
{% block title %}{{ filename }}{% endblock %}
 
{% block body_class %}show-json{% endblock %}
 
{% block content %}
<h1>Custom Template! {{ filename }}</h1>
 
<pre>{{ data|tojson(indent=4) }}</pre>
 
{% endblock %}
 
Powered by Datasette