python-podcast-feed-generator/app/templates/index.html
2021-01-01 19:57:20 +01:00

10 lines
262 B
HTML

{% extends "base.html" %}
{% block content %}
<h1>Welcome to Python Podcast Feed Generator</h1>
<!--<a href="{{ url_for('generate_all_feeds') }}">
<button type="button">Generate all feeds</button>
</a>-->
{{ readme|safe }}
{% endblock %}