## Include Tags
-To include the content of a page within another you can used the following syntax:
+To include the content of a page within another you can use the following syntax:
-`{{@page_id}}` or `@{{page_id#content_id}}`
+`{{@page_id}}` or `{{@page_id#content_id}}`
Here are some examples of this in use:
-* `{{@5}}` - Include all content from the page with an id of '5'.
-* `{{@10#bkmrk-copyright-year}}` - Include the content within the element of id `bkmrk-copyright-year` in the page with an id of '10'.
+* `{{@5}}` - Includes all the content from the page with an id of '5'.
+* `{{@10#bkmrk-copyright-year}}` - Includes the content within the element of id `bkmrk-copyright-year` in the page with an id of '10'.
-You simply enter that in the page editor and then, When the page is viewed, the content will be dynamically be fetched. This means you can update the referenced content and it will show the same changes on any page the content is included within.
+You simply enter that in the page editor and then, when the page is viewed, the content will be dynamically be fetched. This means you can update the referenced content and it will show the same changes on any page the content is included within.
## Easily Grabbing the Syntax
<video controls src="/images/2017/01/bookstack-includes-popover.mp4"></video>
-## Forcing Content ID's
+## Forcing Content IDs
-When including a specific block of content the id of the block is used (part after the hash). By default these are generated by BookStack when you save a page. If you are using the WYSIWYG editor the id will stay the same unless the block is removed or re-formatted. In the markdown editor it changes every save and references the content so while it may remain the same there's a good chance an ID can change.
+When including a specific block of content the id of the block is used (part after the hash). By default these are generated by BookStack when you save a page. If you are using the WYSIWYG editor the id will stay the same unless the block is removed or re-formatted. In the markdown editor it changes with every save and references the content so while it may remain the same there's a good chance an ID can change.
-Due to the fact ID's can change it's recommended to force ID's on you content:
+Due to the fact IDs can change it's recommended to force IDs on you content:
#### WYSIWYG Editor