Content Only
1 sites
No security coverage
This module allows you to display only the content area of a page by adding a specific parameter to the URL. This is useful for embedding Drupal content into other applications, such as mobile apps.
INTRODUCTION
============
This lightweight module allows a user to render only the content area
if the content URL contains the parameter : "_contentonly".
example : https://mysite/my-page?_contentonly
One use case is to display node content (without header, menu, footer, etc.) in a mobile app webview.
REQUIREMENTS
============
This module has no requirements.
INSTALLATION
============
Install as you would normally install a contributed Drupal module. See:
https://drupal.org/documentation/install/modules-themes/modules-8
for further information.