<al-expand name="doc">
    <al-setarg name="title">Main Page</al-setarg>
    <al-value expr="bookLinks">
    <table style="text-align: left; width: 45%; " border="1" cellpadding="0" cellspacing="0">
        <tbody>
            <al-for iter="book" expr="bookLinks">
                <tr>
                    <td style="width: 15%;">Picture Will Go There</td>
                    <td><a href='<al-value expr="book.value()">'><al-value expr="foundBooks[ book.value() ]"></a></td>
                </tr>
            </al-for>
        </tbody>
    </table>
    <al-value expr="foundBooks">
</al-expand>