Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

default_print.html 439 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <html>
  4. <head>
  5. {% include head_print.html %}
  6. </head>
  7. <body class="{% if page.type == "title"%}title{% elsif page.type == "frontmatter" %}frontmatter{% elsif page.type == "first_page" %}first_page{% endif %} print">
  8. <!-- Page Content -->
  9. <div class="container">
  10. <!-- Content Column -->
  11. <div class="col-md-9">
  12. {{content}}
  13. </div>
  14. </div> <!-- /.container -->
  15. </body>
  16. </html>
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...