{% extends "base.html" %} {% block title %}User{% endblock %} {% block content %} {% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% endif %} {% endwith %}
{{ keyword.name }}
{{ keyword.description | safe }}
Related problems
{% endblock %} {% block scripts %} {% endblock %}