{{/* A template for citing books inspired by the "cite book" template of Wikipedia. ### Example ```md {{< cite_book chapter = "1.2 How We Will Get There" pages = "2-6" title = "Introduction to Computing Systems – from Bits & Gates to C & Beyond" edition = "1" date = "2001" publisher = "McGraw-Hill Higher Education" isbn = "9780072376906" author = "Patt, Yale N." author2 = "Patel, Sanjay J." >}} ``` */}} {{ partial "cite_book.html" (dict "chapter" (.Get "chapter") "pages" (.Get "pages") "title" (.Get "title") "edition" (.Get "edition") "date" (.Get "date") "publisher" (.Get "publisher") "isbn" (.Get "isbn") "author" (.Get "author") "author2" (.Get "author2") ) }}