{{space}}<div className="container">
{{space}}  <main>
{{space}}    <div className="logo">
{{space}}      <img
{{space}}        src="https://lf3-static.bytednsdoc.com/obj/eden-cn/ylaelkeh7nuhfnuhf/modernjs-cover.png"
{{space}}        width="300"
{{space}}        alt="Modern.js Logo"
{{space}}      />
{{space}}    </div>
{{space}}    <p className="description">
{{space}}      Get started by editing <code className="code">src/{{entry}}</code>
{{space}}    </p>
{{space}}    <div className="grid">
{{space}}      <a href="https://modernjs.dev/docs/start" className="card">
{{space}}        <h2>Quick Start</h2>
{{space}}      </a>
{{space}}      <a href="https://modernjs.dev/docs/guides" className="card">
{{space}}        <h2>Handbook</h2>
{{space}}      </a>
{{space}}      <a href="https://modernjs.dev/docs/apis" className="card">
{{space}}        <h2>API Reference </h2>
{{space}}      </a>
{{space}}      <a
{{space}}        href="https://modernjs.dev/coming-soon"
{{space}}        target="_blank"
{{space}}        rel="noopener noreferrer"
{{space}}        className="card">
{{space}}        <h2>Community </h2>
{{space}}      </a>
{{space}}    </div>
{{space}}  </main>
{{space}}  <footer className="footer">
{{space}}    <a
{{space}}      href="https://modernjs.dev"
{{space}}      target="_blank"
{{space}}      rel="noopener noreferrer">
{{space}}      Powered by Modern.js
{{space}}    </a>
{{space}}  </footer>
{{space}}</div>