{{ prompt.text|truncatechars:250 }} Length: {{ prompt.text|length }} chars...
{% extends 'base.html' %} {% block title %}prompts by label{% endblock title %} {% block content %}
{{ prompt.text|truncatechars:250 }} Length: {{ prompt.text|length }} chars...