yt2podcast/templates/success.html
2023-01-16 21:52:21 +01:00

15 lines
347 B
HTML

{% extends "base.html" %}
{% block title %} Youtube 2 Podcast RSS {% endblock %}
{% block pageHeader %} Youtube 2 Podcast RSS {% endblock %}
{% block content %}
<p>Success</p>
<p>Go To Podcast Page href
<link href="https://podcasts.swaghausen.de/" /> </p>
{% endblock %}
<!--{%for _ in range(10) %}-->
<!-- <p>x</p>-->
<!--{% endfor %}-->