diff --git a/src/pages/guide/layouts/xml-instructions.md b/src/pages/guide/layouts/xml-instructions.md
index 1627887e..3828f058 100644
--- a/src/pages/guide/layouts/xml-instructions.md
+++ b/src/pages/guide/layouts/xml-instructions.md
@@ -412,6 +412,8 @@ The argument with *helper* type can contain `param` items which can be passed as
import Docs from '/src/_includes/objects-in-templates.md'
+
+
These argument examples can be taken in the template by *getData* method. Another way to take these arguments is using the magic method *get* followed by the name of argument in CamelCase format. Here is an example to retrieve the arguments from above example:
```php
diff --git a/src/pages/guide/templates/override.md b/src/pages/guide/templates/override.md
index 7ea2b742..19394432 100644
--- a/src/pages/guide/templates/override.md
+++ b/src/pages/guide/templates/override.md
@@ -81,6 +81,8 @@ Arguments values set in a layout file are accessed in templates using the block'
import Docs from '/src/_includes/objects-in-templates.md'
+
+
For example, set an argument in the block: `ExampleCorp`.
* Get the argument value, in the template: