You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: blocks/readme.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,12 @@
1
1
## Example: Blocks
2
2
3
-
This example shows how to use blocks in HTML templates (views), CSS and JS files.
3
+
This example shows how to use [Blocks](http://docs.totaljs.com/latest/en.html#pages~Blocks%20\(JS%2BCSS%2BHTML\)) in HTML templates (views), CSS and JS files.
4
4
5
5
Features covered by this example:
6
6
7
-
*`@{BLOCK}` and `@{END}` tags in CSS, JS and HTML files
8
-
*`@{if}`, `@{fi}`, `@{else}` and `@{import}` tags in HTML files
*[`@{BLOCK}`](http://docs.totaljs.com/latest/en.html#pages~Blocks%20\(JS%2BCSS%2BHTML\)) and [`@{END}`](http://docs.totaljs.com/latest/en.html#pages~Blocks%20\(JS%2BCSS%2BHTML\)) tags in CSS, JS and HTML files
8
+
*`@{if}`, `@{fi}`, `@{else}` and [`@{import}`](http://docs.totaljs.com/latest/en.html#api~FrameworkViews~%40%7Bimport) tags in HTML files
0 commit comments