Simplify into a page template thanks to aleksrutins/cheetah#1

This commit is contained in:
Aleks Rutins 2024-06-04 21:26:12 +00:00
parent 27390b6e77
commit e063e315ed
9 changed files with 28 additions and 42 deletions

View file

@ -1,6 +1,4 @@
<extends template="layouts/base.html" title="Concepts of Biocircuits"></extends>
<nav-links next="/simplest-circuit.html"></nav-links>
<extends template="layouts/page.html" next="/simplest-circuit.html" title="Concepts of Biocircuits"></extends>
# Concepts of Biocircuits
@ -25,6 +23,4 @@ Again, though, even though we know a lot about biocircuit design, there are stil
In theory, natural and synthetic circuits _should_ share a common set of design principles. These principles are generally expressed as a statement: _Circuit feature X enables function Y_. We know a few already, but new ones are still being discovered.
That's the introduction. Onward - let's design a circuit!
<nav-links next="/simplest-circuit.html"></nav-links>
That's the introduction. Onward - let's design a circuit!