Added prompt techniques

This commit is contained in:
SwiftyOS
2023-09-05 13:28:52 +02:00
parent c8c57059eb
commit 1277e368c1
2 changed files with 7 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
{% block prompt %} {% endblock %}
Let's work this out in a step by step way to be sure we have the right answer.

View File

@@ -0,0 +1,5 @@
{% block prompt %} {% endblock %}
Examples:
{% for example in examples %}
- {{ example }}
{% endfor %}