get_video_tutorials.html
15 lines
| 328 B
| text/html
|
HtmlDjangoLexer
r0 | {% extends "base.html" %} | ||
{% comment %} | |||
Written by Bill Rideout brideout@haystack.mit.edu | |||
$Id: get_video_tutorials.html 6059 2017-04-24 18:28:59Z brideout $ | |||
{% endcomment %} | |||
{% block title %}Madrigal video tutorials{% endblock %} | |||
{% block content %} | |||
<h1> Madrigal video tutorials to be added here.</h1> | |||
{% endblock %} |