subscript 0.4.1

reserved 👉 for the new compiler (and other infrastructure) see https://github.com/subscript-publishing 👉 We decided to move away from the old monolithic codebase and split everything into smaller sub-projects (for now).
<include src="../template/base.html">

    <h1>Posts</h1>
    <markdown src="../posts/article1.md"></markdown>
    
    <h1>Chapter 5</h1>
    <h2>§5.1 | Areas Between Curves</h2>
    <asset-glob src="../sample/stock-photos/set1/*.jpg">
        <layout cols="3">
            <content></content>
        </layout>
    </asset-glob>
    <h2>§5.2 | Volumes</h2>
    <asset-glob src="../sample/stock-photos/set1/*.jpg">
        <layout cols="3">
            <content></content>
        </layout>
    </asset-glob>
    <h2>§5.3 | Volumes by Cylindrical Shells</h2>
    <asset-glob src="../sample/stock-photos/set1/*.jpg">
        <layout cols="3">
            <content></content>
        </layout>
    </asset-glob>
    <h1>Chapter 6</h1>
    <h2>§6.1 | Inverse Functions</h2>
    <asset-glob src="../sample/stock-photos/set1/*.jpg">
        <layout cols="3">
            <content></content>
        </layout>
    </asset-glob>
    <h2>§6.2 | Exponential Functions and their Derivatives</h2>
    <asset-glob src="../sample/stock-photos/set1/*.jpg">
        <layout cols="3">
            <content></content>
        </layout>
    </asset-glob>
    <h2>§6.3 | Logarithmic Functions</h2>
    <asset-glob src="../sample/stock-photos/set1/*.jpg">
        <layout cols="3">
            <content></content>
        </layout>
    </asset-glob>

</include>