dr.botzo/templates/markov/context.html
Brian S. Stephan 9c08a203c7 Markov: generate markov chains into sentences
some view stuff to get at it through django while we're here
2014-04-05 14:52:30 -05:00

12 lines
215 B
HTML

{% extends 'base.html' %}
{% block title %}context: {{ context.name }}{% endblock %}
{% block content %}
<p>{{ chain }}</p>
<p>in: {{ elapsed }}s</p>
{% endblock %}
<!--
vi:tabstop=4:expandtab:autoindent
-->