init with copied files from markdown-tagebuch
This commit is contained in:
16
templates/yt.html
Normal file
16
templates/yt.html
Normal file
@@ -0,0 +1,16 @@
|
||||
{% extends "base.html" %}
|
||||
{% block title %} Youtube 2 Podcast RSS {% endblock %}
|
||||
{% block pageHeader %} Youtube 2 Podcast RSS {% endblock %}
|
||||
|
||||
|
||||
{% block content %}
|
||||
<p>Input youtube URL</p>
|
||||
<form action="#" method="post">
|
||||
<p><input type="text" name="ytlink" placeholder="https://www.youtube.com/watch?v=abc" /> </p>
|
||||
<p><input class="btn btn-primary" type="submit" value="submit" /> </p>
|
||||
</form>
|
||||
{% endblock %}
|
||||
|
||||
<!--{%for _ in range(10) %}-->
|
||||
<!-- <p>x</p>-->
|
||||
<!--{% endfor %}-->
|
Reference in New Issue
Block a user