{% extends "account/base.html" %} {% load i18n %} {% block head_title %}{% trans "Profile" %}{% endblock %} {% block content %}

{% trans "Welcome to Open Source Help Community" %}

{% endblock %}