Files
atst/templates/portfolios/add_funding_cta.html
2019-05-31 16:25:40 -04:00

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 %}