1
1
mirror of https://github.com/aelve/guide.git synced 2024-12-18 18:31:45 +03:00
guide/templates/utils/space.widget

14 lines
359 B
Plaintext
Raw Normal View History

Description
============================================================
This is a <span> that has a certain width:
* {{> space px=30}} creates 30 pixels of space
* {{> space em=10}} creates 10 ems of space
HTML
============================================================
<span style="margin-left:{{#px}}{{.}}px{{/px}}{{#em}}{{.}}em{{/em}}"></span>