6 lines
280 B
Common Lisp
6 lines
280 B
Common Lisp
(text "{% extends \"forge/base.html\" %} {% block content %}")
|
|
(div
|
|
("class" "flex flex-col gap-4 w-full")
|
|
(text "{{ macros::forge_nav(community=community, selected=\"info\") }}")
|
|
(text "{{ components::community_info(community=community) }}"))
|
|
(text "{% endblock %}")
|