{{ $attrs.entity.attributes.title }}
-
```
-* * *
+### Default Template
-## Default template
-
-Most Druxt modules can have the default template overridden, allowing for full control of the default slot rendering.
-
-The available data provided to the template scope is determined by the relevant module.
+Most Druxt modules can have the default template overridden, allowing for full control of the default slot rendering. The available data provided to the template scope is determined by the relevant module.
```vue
@@ -63,7 +53,7 @@ The available data provided to the template scope is determined by the relevant
```
-By default, a component using the default template will not be wrapped by a DruxtWrapper component. It is possible to enable the DruxtWrapper system by setting the `wrapper` property to `true`:
+By default, a component using the default template will not be wrapped by a DruxtWrapper component. It is possible to enable the DruxtWrapper system by setting the `wrapper` property to `true`.
```vue
@@ -71,4 +61,4 @@ By default, a component using the default template will not be wrapped by a Drux
// This will be wrapped by a DruxtBlock Wrapper component.
-````
\ No newline at end of file
+```