DevTools is a set of developer tools used to export HTML source code, display Bootstrap columns, and more.
Enabling DevTools
To enable or disable DevTools, you have the following options:
`DEV_TOOLS` to true or false.
?dev-tools=true or ?dev-tools=false.
source code
The source code and the rendered code may not be the same. This has the following reasons:
data-js to elements that will render content using JavaScript. Doing that the content of those HTML-Elements will be ignored by DevTools.