# Welcome to TWF Slides
Powered by RevealJS and Water Theme
---
Features
- Water Theme Integration
- Four-way Navigation
- Responsive Design
- Control Buttons
- Fullscreen Support
---
Code Example
```javascript
// Sample code with syntax highlighting
function createSlide(content) {
return {
title: content.title,
background: 'rgb(var(--color-primary-950))',
render: () => content.html
};
}
```
---
Navigation
Use arrow keys or swipe to navigate
```
↑
← ● →
↓
```
---
# Thank You
TWF Slides System v1.0
[← Back to Presentations](/slides/)