AICertification/app/flask-postgres/app/templates/course/A4_page1.html
2026-04-09 20:54:58 +02:00

16 lines
334 B
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{% extends "base.html" %}
{% block content %}
<h2>A2 Ethical AI</h2>
<section class="content-section ai-explainer">
content
</section>
<div class="course-nav">
<a href="/course/{{ course_id }}" class="btn-secondary">Zurück</a>
<a href="/course/{{ course_id }}/page/2" class="btn-primary">Weiter</a>
</div>
{% endblock %}