thavelick/youtranscript

View on GitHub
templates/layout.html

Summary

Maintainability
Test Coverage
<!DOCTYPE html>
<html>
    <head>
        <title>{title}</title>
        <link rel="stylesheet" href="/style.css" />
    </head>
    <body>
        {content}
    </body>
</html>