7 lines
177 B
HTML
7 lines
177 B
HTML
{% from "components/sticky_cta.html" import StickyCTA %}
|
|
{% from 'components/save_button.html' import SaveButton %}
|
|
|
|
{% call StickyCTA(text="Funding") %}
|
|
MEOW
|
|
{% endcall %}
|