finish first draft of mapping for resources
This commit is contained in:
parent
e84e954164
commit
226818511f
17
templates/internal/community_resource/map.html.twig
Normal file
17
templates/internal/community_resource/map.html.twig
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
{% extends 'base.html.twig' %}
|
||||||
|
|
||||||
|
{% block title %}Community Resources
|
||||||
|
{% endblock %}
|
||||||
|
|
||||||
|
{% block body %}
|
||||||
|
{% set today = date("now", "America/Indiana/Indianapolis") %}
|
||||||
|
{{ block('nav', 'internal/libs/nav.html.twig') }}
|
||||||
|
|
||||||
|
<main class="main-content position-relative max-height-vh-100 h-100 border-radius-lg ">
|
||||||
|
{{ block('topnav', 'internal/libs/top-nav.html.twig') }}
|
||||||
|
|
||||||
|
<div class="container-fluid py-2">
|
||||||
|
{{ ux_map(map, {style: 'height: 600px', 'data-controller': 'my-map'}) }}
|
||||||
|
</div>
|
||||||
|
</main>
|
||||||
|
{% endblock %}
|
Loading…
Reference in New Issue
Block a user