7 lines
248 B
HTML
7 lines
248 B
HTML
{% extends "base.html" %}
|
|
{% block content %}
|
|
<img id="biglogo" class="spinny" onclick="start_animation()" src="logo.png" alt="logo">
|
|
<h1>Rochester Food Not Bombs!</h1>
|
|
|
|
<p>This will be the profile/settings page for {{user.name}}</p>
|
|
{% endblock %} |