Decoupling the frontend (head) from the backend (body). The backend just serves data via API.
Contentful (Headless CMS) serving content to a Website, a Mobile App, and a Smart Watch.
class HeadlessArchitecture:\n def __init__(self):\n pass\n\n def execute(self):\n print('Executing Headless Architecture')