
In the last post we built up two Frontend Apps, one using Next.js and another using Leptos (Rust/WASM). In this post we will be building an API that our Apps can talk to. See the full overview of posts here.
At the end of this post we will have:
There is quite a lot to cover. My recommendation is to clone down the Part 4 branch in the GitHub repository and use this post as an explanation of what is set up.

·
29. November 2023Generated Table of Contents by inserting a {{ toc() }} shortcode with a depth of 3:
This shortcode actually just inserts <!-- toc --> which gets replaced by running the preprocess_post(resource=page) macro on it, which calls generate_toc(toc, level, depth) under-the-hood.
Mark the summary cutoff point by placing <div></div><!-- more --> at the desired location.

