diff --git a/docs/en/02_Developer_Guides/01_Templates/02_Common_Variables.md b/docs/en/02_Developer_Guides/01_Templates/02_Common_Variables.md index 4de467e8e..fb12cdef2 100644 --- a/docs/en/02_Developer_Guides/01_Templates/02_Common_Variables.md +++ b/docs/en/02_Developer_Guides/01_Templates/02_Common_Variables.md @@ -41,7 +41,7 @@ functionality may not be included. ``` The `<% base_tag %>` placeholder is replaced with the HTML base element. Relative links within a document (such as `) will become relative to the URI specified in the base tag. This ensures the browser knows where +src="someimage.jpg" alt="">`) will become relative to the URI specified in the base tag. This ensures the browser knows where to locate your site’s images and css files. It renders in the template as ``