{% extends 'base.html.twig' %}
{% block title %}
OceanExpert - A Directory of Marine and Freshwater Professionals
{% endblock %}
{% block stylesheets %}
{% endblock %}
{% block body %}
{% include('navbarlogin.html.twig') %}
{% include('Group/editGroupContent.html.twig') %}
{% endblock %}