Ctmx - super lightweight web dev

Can you send me a link of the project you’re referring to @md1frejo?

ah I have started working on the collatz conjecture and added hiccup boostrap but there nothing to see right now. I used your template and realized that there where no hiccup.bootstrap in the project.clj file. so I wondered if there was any other better alternative than hiccup.boostrap

It might be easier to just add bootstrap via a css statement. Then you can add classes using vanilla hiccup’s class syntax .e.g

[:div.row
  [:div.col-sm-6 ...
1 Like

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.