- Base URL
{{base url='store/page.html'}}- Store URL
{{store url='page.html'}}
# Output
http://mage2.com/page.html/- Direct URL
{{store url='page.html'}}
# Output
http://mag2.com/page.html- View URL
<img src="{{view url='images/logo.svg'}}" alt="" />`
# Output
<img src="http://mag2.com/static/frontend/Magento/blank/en_US/images/logo.svg" alt="" />- Media URL
<img src="{{media url='test/logo.svg'}}" alt="" />
# Output
<img alt="" src="http://mag2.com/pub/media/test/logo.svg">