{% extends "base.html" %} {% block content %}
{% block title %}YellWOWPages - User{% endblock %}
{% include 'includes/search.html' %}
Result(s): {{users|length}} {% if not users %}
Nothing found... {% else %} {% include 'includes/user_results.html' %} {% endif %}
{% endblock %}