tetratto/crates/app/src/public/html/forge/info.lisp

7 lines
280 B
Common Lisp
Raw Normal View History

(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 %}")