{% if title %}
PP Generators - {{ title }}
{% else %}
PP Generators
{% endif %}
PowerPoint Generators
{% if current_user.is_authenticated %}
Profile
Logout
{% else %}
Login
Register
{% endif %}
{% block content %}{% endblock %}