Create reusable StickyCTA component
This commit is contained in:
6
templates/portfolios/add_funding_cta.html
Normal file
6
templates/portfolios/add_funding_cta.html
Normal file
@@ -0,0 +1,6 @@
|
||||
{% from "components/sticky_cta.html" import StickyCTA %}
|
||||
{% from 'components/save_button.html' import SaveButton %}
|
||||
|
||||
{% call StickyCTA(text="Funding") %}
|
||||
MEOW
|
||||
{% endcall %}
|
||||
Reference in New Issue
Block a user