sulu-link ========= The sulu-link tag allows to link to pages and other entities in the application by their id. This id of the tag will be validated and replaced by a proper anchor tag when a response is generated. The tag supports 2 different providers: `page` (default) and `media`. Additional provides can be implemented by registering a service with the `sulu.link.provider` tag. Example ------- .. code-block:: html Link Text Link Text Link Text **Results into:** .. code-block:: html Page Title Link Text Link Text Media Title Link Text