Customize your template effortlessly: update text, images, styles and SEO settings from the you_edit folder.


1. Edit your main content

Start with these essential files. Each file contains clear instructions to guide your edits. You can update sections line by line, headings, button texts, images, tooltips, etc.

**Essential - All your content is in**
- you_edit/content.py         # Desktop content
- you_edit/metadata.py        # SEO, title, and description

2. Optional: Customize styles

These optional files let you take full control over the design of your landing page. They're all located in the you_edit folder.

**Optional - Customize styles and font in**
- you_edit/style.py           # Desktop theme (colors, layout, font)
- you_edit/style_mobile.py    # Mobile theme
- you_edit/heading_fonts.py   # Heading sizes
- you_edit/buttons.py         # Button design

3. Tips and tools

<aside>


4. Use the Theme Panel

A built-in theme panel lets you preview and change the color theme of your site in real time.

4.1 First, go to the dobby.py or lucius.py file look for that line.

# rx.theme_panel(default_open=True)

Code from dobby.py and lucius.py

Code from dobby.py and lucius.py


4.2 Uncomment that line of code to activate the theme panel. This will display a visual panel on your app to test Radix color themes and styles instantly.

Screen Shot 2025-04-06 at 15.57.23.png


4.3 Then, you can edit your theme and change values in your style.py file.

Code from style.py file

Code from style.py file


5. Add your assets