Magento 2 get base url (current store) in admin static block/page?
You can add current store URL in static block.
{{store url=""}}
If you wanto add store url with category URL.
{{store url="category-url"}}
You can add store URL in static block:
<a href="{{store direct_url='identifier'}}">Your link</a>