👋 Welcome to NoTailwind

Explaining the <_out> wrapper used by Moby

What is the <_out> Tag?

The <_out> wrapper is not part of HTML itself, but a structural element used by Moby to encapsulate its responses. When you see something like:

<_out>
  Your complete HTML or text content
</_out>

This means Moby is formatting its output in a clear, machine-readable way — similar to how markdown fences work, but specifically for XML/HTML-like environments. Actual web pages you create won't include this tag.

Why Does Moby Use This?

Try It Yourself

Enter any text and see how Moby formats it in the response structure: