```
---
### **2. `event-landing.php` (The "Blank Canvas" Template)**
I removed the `get_template_part` and `comments_template`.
Now, it simply outputs `the_content()`. This means whatever you design in the WordPress Editor (or paste as HTML) is **exactly** what shows up, with no title bars or sidebars interfering.
**Replace all code in `event-landing.php` with this:**
```php