{% extends "base.html" %} {% block title %}{{ tutorial.title }} - Dify AI Learning{% endblock %} {% block extra_head %} {% endblock %} {% block content %}
{{ tutorial.description }}
{{ step.code_example }}
You've successfully completed {{ tutorial.title }}!
You're ready to move on to the next tutorial or try a hands-on project.