15 lines
347 B
HTML
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 %}-->
|