seitime-frappe/frappe/templates/components/web_blocks.html
Faris Ansari 5ea86c6454 fix: Use Web Page Block for Navbar and Footer
- Add more Web Templates
2020-04-19 16:19:02 +05:30

3 lines
110 B
HTML

{%- for web_block in web_blocks -%}
{{ c('web_block', web_block=web_block, htmltag=htmltag) }}
{%- endfor -%}